Revisions

gist: 222176 Download_button fork
public
Public Clone URL: git://gist.github.com/222176.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
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$