Created
October 30, 2009 06:12
-
-
Save kmarsh/222176 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kmarsh@storage_a:~/tmp$ cd eventmachine-eventmachine-b9ef039 | |
kmarsh@storage_a:~/tmp/eventmachine-eventmachine-b9ef039$ ll | |
total 6.0K | |
-rw-r--r-- 1 kmarsh 3.7K Oct 28 14:35 README | |
-rw-r--r-- 1 kmarsh 12K Oct 28 14:35 Rakefile | |
drwxr-xr-x 2 kmarsh 16 Oct 28 14:35 docs/ | |
-rw-r--r-- 1 kmarsh 6.0K Oct 28 14:35 eventmachine.gemspec | |
drwxr-xr-x 2 kmarsh 5 Oct 28 14:35 examples/ | |
drwxr-xr-x 3 kmarsh 30 Oct 28 14:35 ext/ | |
drwxr-xr-x 3 kmarsh 5 Oct 28 14:35 java/ | |
drwxr-xr-x 4 kmarsh 8 Oct 28 14:35 lib/ | |
-rw-r--r-- 1 kmarsh 36K Oct 28 14:35 setup.rb | |
drwxr-xr-x 2 kmarsh 3 Oct 28 14:35 tasks/ | |
drwxr-xr-x 2 kmarsh 46 Oct 28 14:35 tests/ | |
drwxr-xr-x 2 kmarsh 3 Oct 28 14:35 web/ | |
kmarsh@storage_a:~/tmp/eventmachine-eventmachine-b9ef039$ cd ext/ | |
kmarsh@storage_a:~/tmp/eventmachine-eventmachine-b9ef039/ext$ curl http://pastie.org/676338.txt | patch -p2; ruby extconf.rb; make | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 457 100 457 0 0 532 0 --:--:-- --:--:-- --:--:-- 0 | |
patching file extconf.rb | |
checking for rb_trap_immediate in ruby.h,rubysig.h... yes | |
checking for rb_thread_blocking_region()... no | |
checking for inotify_init() in sys/inotify.h... no | |
checking for __NR_inotify_init in sys/syscall.h... no | |
checking for writev() in sys/uio.h... yes | |
checking for rb_thread_check_ints()... no | |
checking for rb_time_new()... yes | |
checking for sys/event.h... no | |
checking for main() in -lnsl... yes | |
checking for main() in -lsocket... yes | |
creating Makefile | |
g++ -I. -I. -I/usr/lib/ruby/1.8/i386-solaris2.11 -I. -DBUILD_FOR_RUBY -DHAVE_RB_TRAP_IMMEDIATE -DHAVE_RBTRAP -DHAVE_WRITEV -DHAVE_WRITEV -DHAVE_RB_TIME_NEW -DOS_UNIX -DOS_SOLARIS8 -DWITH_SSL -fPIC -fno-strict-aliasing -g -g -O2 -fPIC -c page.cpp | |
In file included from /usr/lib/ruby/1.8/i386-solaris2.11/ruby.h:24, | |
from em.h:34, | |
from project.h:138, | |
from page.cpp:21: | |
/usr/lib/ruby/1.8/i386-solaris2.11/config.h:17:1: warning: "_FILE_OFFSET_BITS" redefined | |
In file included from /usr/include/iso/locale_iso.h:48, | |
from /usr/include/locale.h:32, | |
from /usr/include/c++/4.2/clocale:51, | |
from /usr/include/c++/4.2/i386-pc-solaris2.11/bits/c++locale.h:47, | |
from /usr/include/c++/4.2/iosfwd:45, | |
from /usr/include/c++/4.2/ios:43, | |
from /usr/include/c++/4.2/ostream:45, | |
from /usr/include/c++/4.2/iostream:45, | |
from project.h:29, | |
from page.cpp:21: | |
/usr/include/sys/feature_tests.h:209:1: warning: this is the location of the previous definition | |
g++ -I. -I. -I/usr/lib/ruby/1.8/i386-solaris2.11 -I. -DBUILD_FOR_RUBY -DHAVE_RB_TRAP_IMMEDIATE -DHAVE_RBTRAP -DHAVE_WRITEV -DHAVE_WRITEV -DHAVE_RB_TIME_NEW -DOS_UNIX -DOS_SOLARIS8 -DWITH_SSL -fPIC -fno-strict-aliasing -g -g -O2 -fPIC -c epoll.cpp | |
g++ -I. -I. -I/usr/lib/ruby/1.8/i386-solaris2.11 -I. -DBUILD_FOR_RUBY -DHAVE_RB_TRAP_IMMEDIATE -DHAVE_RBTRAP -DHAVE_WRITEV -DHAVE_WRITEV -DHAVE_RB_TIME_NEW -DOS_UNIX -DOS_SOLARIS8 -DWITH_SSL -fPIC -fno-strict-aliasing -g -g -O2 -fPIC -c ssl.cpp | |
In file included from /usr/lib/ruby/1.8/i386-solaris2.11/ruby.h:24, | |
from em.h:34, | |
from project.h:138, | |
from ssl.cpp:23: | |
/usr/lib/ruby/1.8/i386-solaris2.11/config.h:17:1: warning: "_FILE_OFFSET_BITS" redefined | |
In file included from /usr/include/iso/locale_iso.h:48, | |
from /usr/include/locale.h:32, | |
from /usr/include/c++/4.2/clocale:51, | |
from /usr/include/c++/4.2/i386-pc-solaris2.11/bits/c++locale.h:47, | |
from /usr/include/c++/4.2/iosfwd:45, | |
from /usr/include/c++/4.2/ios:43, | |
from /usr/include/c++/4.2/ostream:45, | |
from /usr/include/c++/4.2/iostream:45, | |
from project.h:29, | |
from ssl.cpp:23: | |
/usr/include/sys/feature_tests.h:209:1: warning: this is the location of the previous definition | |
g++ -I. -I. -I/usr/lib/ruby/1.8/i386-solaris2.11 -I. -DBUILD_FOR_RUBY -DHAVE_RB_TRAP_IMMEDIATE -DHAVE_RBTRAP -DHAVE_WRITEV -DHAVE_WRITEV -DHAVE_RB_TIME_NEW -DOS_UNIX -DOS_SOLARIS8 -DWITH_SSL -fPIC -fno-strict-aliasing -g -g -O2 -fPIC -c binder.cpp | |
In file included from /usr/lib/ruby/1.8/i386-solaris2.11/ruby.h:24, | |
from em.h:34, | |
from project.h:138, | |
from binder.cpp:20: | |
/usr/lib/ruby/1.8/i386-solaris2.11/config.h:17:1: warning: "_FILE_OFFSET_BITS" redefined | |
In file included from /usr/include/iso/locale_iso.h:48, | |
from /usr/include/locale.h:32, | |
from /usr/include/c++/4.2/clocale:51, | |
from /usr/include/c++/4.2/i386-pc-solaris2.11/bits/c++locale.h:47, | |
from /usr/include/c++/4.2/iosfwd:45, | |
from /usr/include/c++/4.2/ios:43, | |
from /usr/include/c++/4.2/ostream:45, | |
from /usr/include/c++/4.2/iostream:45, | |
from project.h:29, | |
from binder.cpp:20: | |
/usr/include/sys/feature_tests.h:209:1: warning: this is the location of the previous definition | |
g++ -I. -I. -I/usr/lib/ruby/1.8/i386-solaris2.11 -I. -DBUILD_FOR_RUBY -DHAVE_RB_TRAP_IMMEDIATE -DHAVE_RBTRAP -DHAVE_WRITEV -DHAVE_WRITEV -DHAVE_RB_TIME_NEW -DOS_UNIX -DOS_SOLARIS8 -DWITH_SSL -fPIC -fno-strict-aliasing -g -g -O2 -fPIC -c emwin.cpp | |
g++ -I. -I. -I/usr/lib/ruby/1.8/i386-solaris2.11 -I. -DBUILD_FOR_RUBY -DHAVE_RB_TRAP_IMMEDIATE -DHAVE_RBTRAP -DHAVE_WRITEV -DHAVE_WRITEV -DHAVE_RB_TIME_NEW -DOS_UNIX -DOS_SOLARIS8 -DWITH_SSL -fPIC -fno-strict-aliasing -g -g -O2 -fPIC -c pipe.cpp | |
In file included from /usr/lib/ruby/1.8/i386-solaris2.11/ruby.h:24, | |
from em.h:34, | |
from project.h:138, | |
from pipe.cpp:20: | |
/usr/lib/ruby/1.8/i386-solaris2.11/config.h:17:1: warning: "_FILE_OFFSET_BITS" redefined | |
In file included from /usr/include/iso/locale_iso.h:48, | |
from /usr/include/locale.h:32, | |
from /usr/include/c++/4.2/clocale:51, | |
from /usr/include/c++/4.2/i386-pc-solaris2.11/bits/c++locale.h:47, | |
from /usr/include/c++/4.2/iosfwd:45, | |
from /usr/include/c++/4.2/ios:43, | |
from /usr/include/c++/4.2/ostream:45, | |
from /usr/include/c++/4.2/iostream:45, | |
from project.h:29, | |
from pipe.cpp:20: | |
/usr/include/sys/feature_tests.h:209:1: warning: this is the location of the previous definition | |
g++ -I. -I. -I/usr/lib/ruby/1.8/i386-solaris2.11 -I. -DBUILD_FOR_RUBY -DHAVE_RB_TRAP_IMMEDIATE -DHAVE_RBTRAP -DHAVE_WRITEV -DHAVE_WRITEV -DHAVE_RB_TIME_NEW -DOS_UNIX -DOS_SOLARIS8 -DWITH_SSL -fPIC -fno-strict-aliasing -g -g -O2 -fPIC -c ed.cpp | |
In file included from /usr/lib/ruby/1.8/i386-solaris2.11/ruby.h:24, | |
from em.h:34, | |
from project.h:138, | |
from ed.cpp:20: | |
/usr/lib/ruby/1.8/i386-solaris2.11/config.h:17:1: warning: "_FILE_OFFSET_BITS" redefined | |
In file included from /usr/include/iso/locale_iso.h:48, | |
from /usr/include/locale.h:32, | |
from /usr/include/c++/4.2/clocale:51, | |
from /usr/include/c++/4.2/i386-pc-solaris2.11/bits/c++locale.h:47, | |
from /usr/include/c++/4.2/iosfwd:45, | |
from /usr/include/c++/4.2/ios:43, | |
from /usr/include/c++/4.2/ostream:45, | |
from /usr/include/c++/4.2/iostream:45, | |
from project.h:29, | |
from ed.cpp:20: | |
/usr/include/sys/feature_tests.h:209:1: warning: this is the location of the previous definition | |
g++ -I. -I. -I/usr/lib/ruby/1.8/i386-solaris2.11 -I. -DBUILD_FOR_RUBY -DHAVE_RB_TRAP_IMMEDIATE -DHAVE_RBTRAP -DHAVE_WRITEV -DHAVE_WRITEV -DHAVE_RB_TIME_NEW -DOS_UNIX -DOS_SOLARIS8 -DWITH_SSL -fPIC -fno-strict-aliasing -g -g -O2 -fPIC -c em.cpp | |
In file included from /usr/lib/ruby/1.8/i386-solaris2.11/ruby.h:24, | |
from em.h:34, | |
from project.h:138, | |
from em.cpp:24: | |
/usr/lib/ruby/1.8/i386-solaris2.11/config.h:17:1: warning: "_FILE_OFFSET_BITS" redefined | |
In file included from /usr/include/iso/locale_iso.h:48, | |
from /usr/include/locale.h:32, | |
from /usr/include/c++/4.2/clocale:51, | |
from /usr/include/c++/4.2/i386-pc-solaris2.11/bits/c++locale.h:47, | |
from /usr/include/c++/4.2/iosfwd:45, | |
from /usr/include/c++/4.2/ios:43, | |
from /usr/include/c++/4.2/ostream:45, | |
from /usr/include/c++/4.2/iostream:45, | |
from project.h:29, | |
from em.cpp:24: | |
/usr/include/sys/feature_tests.h:209:1: warning: this is the location of the previous definition | |
g++ -I. -I. -I/usr/lib/ruby/1.8/i386-solaris2.11 -I. -DBUILD_FOR_RUBY -DHAVE_RB_TRAP_IMMEDIATE -DHAVE_RBTRAP -DHAVE_WRITEV -DHAVE_WRITEV -DHAVE_RB_TIME_NEW -DOS_UNIX -DOS_SOLARIS8 -DWITH_SSL -fPIC -fno-strict-aliasing -g -g -O2 -fPIC -c sigs.cpp | |
In file included from /usr/lib/ruby/1.8/i386-solaris2.11/ruby.h:24, | |
from em.h:34, | |
from project.h:138, | |
from sigs.cpp:20: | |
/usr/lib/ruby/1.8/i386-solaris2.11/config.h:17:1: warning: "_FILE_OFFSET_BITS" redefined | |
In file included from /usr/include/iso/locale_iso.h:48, | |
from /usr/include/locale.h:32, | |
from /usr/include/c++/4.2/clocale:51, | |
from /usr/include/c++/4.2/i386-pc-solaris2.11/bits/c++locale.h:47, | |
from /usr/include/c++/4.2/iosfwd:45, | |
from /usr/include/c++/4.2/ios:43, | |
from /usr/include/c++/4.2/ostream:45, | |
from /usr/include/c++/4.2/iostream:45, | |
from project.h:29, | |
from sigs.cpp:20: | |
/usr/include/sys/feature_tests.h:209:1: warning: this is the location of the previous definition | |
g++ -I. -I. -I/usr/lib/ruby/1.8/i386-solaris2.11 -I. -DBUILD_FOR_RUBY -DHAVE_RB_TRAP_IMMEDIATE -DHAVE_RBTRAP -DHAVE_WRITEV -DHAVE_WRITEV -DHAVE_RB_TIME_NEW -DOS_UNIX -DOS_SOLARIS8 -DWITH_SSL -fPIC -fno-strict-aliasing -g -g -O2 -fPIC -c rubymain.cpp | |
In file included from /usr/lib/ruby/1.8/i386-solaris2.11/ruby.h:24, | |
from em.h:34, | |
from project.h:138, | |
from rubymain.cpp:20: | |
/usr/lib/ruby/1.8/i386-solaris2.11/config.h:17:1: warning: "_FILE_OFFSET_BITS" redefined | |
In file included from /usr/include/iso/locale_iso.h:48, | |
from /usr/include/locale.h:32, | |
from /usr/include/c++/4.2/clocale:51, | |
from /usr/include/c++/4.2/i386-pc-solaris2.11/bits/c++locale.h:47, | |
from /usr/include/c++/4.2/iosfwd:45, | |
from /usr/include/c++/4.2/ios:43, | |
from /usr/include/c++/4.2/ostream:45, | |
from /usr/include/c++/4.2/iostream:45, | |
from project.h:29, | |
from rubymain.cpp:20: | |
/usr/include/sys/feature_tests.h:209:1: warning: this is the location of the previous definition | |
g++ -I. -I. -I/usr/lib/ruby/1.8/i386-solaris2.11 -I. -DBUILD_FOR_RUBY -DHAVE_RB_TRAP_IMMEDIATE -DHAVE_RBTRAP -DHAVE_WRITEV -DHAVE_WRITEV -DHAVE_RB_TIME_NEW -DOS_UNIX -DOS_SOLARIS8 -DWITH_SSL -fPIC -fno-strict-aliasing -g -g -O2 -fPIC -c files.cpp | |
In file included from /usr/lib/ruby/1.8/i386-solaris2.11/ruby.h:24, | |
from em.h:34, | |
from project.h:138, | |
from files.cpp:20: | |
/usr/lib/ruby/1.8/i386-solaris2.11/config.h:17:1: warning: "_FILE_OFFSET_BITS" redefined | |
In file included from /usr/include/iso/locale_iso.h:48, | |
from /usr/include/locale.h:32, | |
from /usr/include/c++/4.2/clocale:51, | |
from /usr/include/c++/4.2/i386-pc-solaris2.11/bits/c++locale.h:47, | |
from /usr/include/c++/4.2/iosfwd:45, | |
from /usr/include/c++/4.2/ios:43, | |
from /usr/include/c++/4.2/ostream:45, | |
from /usr/include/c++/4.2/iostream:45, | |
from project.h:29, | |
from files.cpp:20: | |
/usr/include/sys/feature_tests.h:209:1: warning: this is the location of the previous definition | |
g++ -I. -I. -I/usr/lib/ruby/1.8/i386-solaris2.11 -I. -DBUILD_FOR_RUBY -DHAVE_RB_TRAP_IMMEDIATE -DHAVE_RBTRAP -DHAVE_WRITEV -DHAVE_WRITEV -DHAVE_RB_TIME_NEW -DOS_UNIX -DOS_SOLARIS8 -DWITH_SSL -fPIC -fno-strict-aliasing -g -g -O2 -fPIC -c kb.cpp | |
In file included from /usr/lib/ruby/1.8/i386-solaris2.11/ruby.h:24, | |
from em.h:34, | |
from project.h:138, | |
from kb.cpp:20: | |
/usr/lib/ruby/1.8/i386-solaris2.11/config.h:17:1: warning: "_FILE_OFFSET_BITS" redefined | |
In file included from /usr/include/iso/locale_iso.h:48, | |
from /usr/include/locale.h:32, | |
from /usr/include/c++/4.2/clocale:51, | |
from /usr/include/c++/4.2/i386-pc-solaris2.11/bits/c++locale.h:47, | |
from /usr/include/c++/4.2/iosfwd:45, | |
from /usr/include/c++/4.2/ios:43, | |
from /usr/include/c++/4.2/ostream:45, | |
from /usr/include/c++/4.2/iostream:45, | |
from project.h:29, | |
from kb.cpp:20: | |
/usr/include/sys/feature_tests.h:209:1: warning: this is the location of the previous definition | |
g++ -I. -I. -I/usr/lib/ruby/1.8/i386-solaris2.11 -I. -DBUILD_FOR_RUBY -DHAVE_RB_TRAP_IMMEDIATE -DHAVE_RBTRAP -DHAVE_WRITEV -DHAVE_WRITEV -DHAVE_RB_TIME_NEW -DOS_UNIX -DOS_SOLARIS8 -DWITH_SSL -fPIC -fno-strict-aliasing -g -g -O2 -fPIC -c cplusplus.cpp | |
In file included from /usr/lib/ruby/1.8/i386-solaris2.11/ruby.h:24, | |
from em.h:34, | |
from project.h:138, | |
from cplusplus.cpp:21: | |
/usr/lib/ruby/1.8/i386-solaris2.11/config.h:17:1: warning: "_FILE_OFFSET_BITS" redefined | |
In file included from /usr/include/iso/locale_iso.h:48, | |
from /usr/include/locale.h:32, | |
from /usr/include/c++/4.2/clocale:51, | |
from /usr/include/c++/4.2/i386-pc-solaris2.11/bits/c++locale.h:47, | |
from /usr/include/c++/4.2/iosfwd:45, | |
from /usr/include/c++/4.2/ios:43, | |
from /usr/include/c++/4.2/ostream:45, | |
from /usr/include/c++/4.2/iostream:45, | |
from project.h:29, | |
from cplusplus.cpp:21: | |
/usr/include/sys/feature_tests.h:209:1: warning: this is the location of the previous definition | |
g++ -I. -I. -I/usr/lib/ruby/1.8/i386-solaris2.11 -I. -DBUILD_FOR_RUBY -DHAVE_RB_TRAP_IMMEDIATE -DHAVE_RBTRAP -DHAVE_WRITEV -DHAVE_WRITEV -DHAVE_RB_TIME_NEW -DOS_UNIX -DOS_SOLARIS8 -DWITH_SSL -fPIC -fno-strict-aliasing -g -g -O2 -fPIC -c cmain.cpp | |
In file included from /usr/lib/ruby/1.8/i386-solaris2.11/ruby.h:24, | |
from em.h:34, | |
from project.h:138, | |
from cmain.cpp:20: | |
/usr/lib/ruby/1.8/i386-solaris2.11/config.h:17:1: warning: "_FILE_OFFSET_BITS" redefined | |
In file included from /usr/include/iso/locale_iso.h:48, | |
from /usr/include/locale.h:32, | |
from /usr/include/c++/4.2/clocale:51, | |
from /usr/include/c++/4.2/i386-pc-solaris2.11/bits/c++locale.h:47, | |
from /usr/include/c++/4.2/iosfwd:45, | |
from /usr/include/c++/4.2/ios:43, | |
from /usr/include/c++/4.2/ostream:45, | |
from /usr/include/c++/4.2/iostream:45, | |
from project.h:29, | |
from cmain.cpp:20: | |
/usr/include/sys/feature_tests.h:209:1: warning: this is the location of the previous definition | |
g++ -shared -o rubyeventmachine.so page.o epoll.o ssl.o binder.o emwin.o pipe.o ed.o em.o sigs.o rubymain.o files.o kb.o cplusplus.o cmain.o -L"." -L"/usr/lib" -L. -Wl,-Bsymbolic-functions -Wl,-E -lruby1.8 -lsocket -lnsl -lssl -lcrypto -lpthread -ldl -lcrypt -lm -lc | |
kmarsh@storage_a:~/tmp/eventmachine-eventmachine-b9ef039/ext$ ruby -I. -e' require "rubyeventmachine" ' | |
kmarsh@storage_a:~/tmp/eventmachine-eventmachine-b9ef039/ext$ ll | |
total 1.9M | |
-rw-r--r-- 1 kmarsh 3.9K Oct 30 02:09 Makefile | |
-rw-r--r-- 1 kmarsh 2.6K Oct 28 14:35 binder.cpp | |
-rw-r--r-- 1 kmarsh 1.1K Oct 28 14:35 binder.h | |
-rw-r--r-- 1 kmarsh 93K Oct 30 02:09 binder.o | |
-rw-r--r-- 1 kmarsh 21K Oct 28 14:35 cmain.cpp | |
-rw-r--r-- 1 kmarsh 89K Oct 30 02:09 cmain.o | |
-rw-r--r-- 1 kmarsh 4.2K Oct 28 14:35 cplusplus.cpp | |
-rw-r--r-- 1 kmarsh 146K Oct 30 02:09 cplusplus.o | |
-rw-r--r-- 1 kmarsh 51K Oct 28 14:35 ed.cpp | |
-rw-r--r-- 1 kmarsh 11K Oct 28 14:35 ed.h | |
-rw-r--r-- 1 kmarsh 342K Oct 30 02:09 ed.o | |
-rw-r--r-- 1 kmarsh 61K Oct 28 14:35 em.cpp | |
-rw-r--r-- 1 kmarsh 5.1K Oct 28 14:35 em.h | |
-rw-r--r-- 1 kmarsh 370K Oct 30 02:09 em.o | |
-rw-r--r-- 1 kmarsh 7.2K Oct 28 14:35 emwin.cpp | |
-rw-r--r-- 1 kmarsh 2.1K Oct 28 14:35 emwin.h | |
-rw-r--r-- 1 kmarsh 783 Oct 30 02:09 emwin.o | |
-rw-r--r-- 1 kmarsh 685 Oct 28 14:35 epoll.cpp | |
-rw-r--r-- 1 kmarsh 662 Oct 28 14:35 epoll.h | |
-rw-r--r-- 1 kmarsh 783 Oct 30 02:09 epoll.o | |
-rw-r--r-- 1 kmarsh 4.8K Oct 28 14:35 eventmachine.h | |
-rw-r--r-- 1 kmarsh 2.2K Oct 28 14:35 eventmachine_cpp.h | |
-rw-r--r-- 1 kmarsh 4.4K Oct 30 02:09 extconf.rb | |
drwxr-xr-x 2 kmarsh 6 Oct 28 14:35 fastfilereader/ | |
-rw-r--r-- 1 kmarsh 2.0K Oct 28 14:35 files.cpp | |
-rw-r--r-- 1 kmarsh 1.6K Oct 28 14:35 files.h | |
-rw-r--r-- 1 kmarsh 104K Oct 30 02:09 files.o | |
-rw-r--r-- 1 kmarsh 1.8K Oct 28 14:35 kb.cpp | |
-rw-r--r-- 1 kmarsh 73K Oct 30 02:09 kb.o | |
-rw-r--r-- 1 kmarsh 8.1K Oct 30 02:09 mkmf.log | |
-rw-r--r-- 1 kmarsh 1.8K Oct 28 14:35 page.cpp | |
-rw-r--r-- 1 kmarsh 1.1K Oct 28 14:35 page.h | |
-rw-r--r-- 1 kmarsh 95K Oct 30 02:09 page.o | |
-rw-r--r-- 1 kmarsh 10K Oct 28 14:35 pipe.cpp | |
-rw-r--r-- 1 kmarsh 147K Oct 30 02:09 pipe.o | |
-rw-r--r-- 1 kmarsh 3.2K Oct 28 14:35 project.h | |
-rwxr-xr-x 1 kmarsh 1.1M Oct 30 02:09 rubyeventmachine.so* | |
-rw-r--r-- 1 kmarsh 32K Oct 28 14:35 rubymain.cpp | |
-rw-r--r-- 1 kmarsh 112K Oct 30 02:09 rubymain.o | |
-rw-r--r-- 1 kmarsh 1.8K Oct 28 14:35 sigs.cpp | |
-rw-r--r-- 1 kmarsh 808 Oct 28 14:35 sigs.h | |
-rw-r--r-- 1 kmarsh 43K Oct 30 02:09 sigs.o | |
-rw-r--r-- 1 kmarsh 13K Oct 28 14:35 ssl.cpp | |
-rw-r--r-- 1 kmarsh 1.9K Oct 28 14:35 ssl.h | |
-rw-r--r-- 1 kmarsh 110K Oct 30 02:09 ssl.o | |
kmarsh@storage_a:~/tmp/eventmachine-eventmachine-b9ef039/ext$ irb | |
irb(main):001:0> require rubyeventmachine.so | |
NameError: undefined local variable or method `rubyeventmachine' for main:Object | |
from (irb):1 | |
irb(main):002:0> require 'rubyeventmachine' | |
=> true | |
irb(main):003:0> kmarsh@storage_a:~/tmp/eventmachine-eventmachine-b9ef039/ext$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment