[#192] auto-loaded script? — Julian Fondren <julian@...>
Does ruby load any particular scripts upon startup?
13 messages
1999/01/17
[#193] Re: auto-loaded script?
— gotoken@... (GOTO Kentaro)
1999/01/17
In message "[ruby-talk:00192] auto-loaded script?"
[#194] Re: auto-loaded script?
— Julian Fondren <julian@...>
1999/01/18
> >Does ruby load any particular scripts upon startup?
[#195] Re: auto-loaded script?
— matz@... (Yukihiro Matsumoto)
1999/01/18
Hi.
[#197] Re: auto-loaded script?
— Julian Fondren <julian@...>
1999/01/18
> rb_load_file("/home/julian/.rubyrc"); /* this line added */
[#210] Get character with no wait — Gabriel <gabriel@...>
What is the best way to do a getc without waiting; so I can try to grab
8 messages
1999/01/25
[ruby-talk:00169] hah, check these errors
From:
Julian Fondren <julian@...>
Date:
1999-01-05 09:44:50 UTC
List:
ruby-talk #169
/usr/lib/libm.so.0.1: Undefined symbol `__GLOBAL_OFFSET_TABLE_' referenced /usr/lib/libc.so.21.0: Undefined symbol `__GLOBAL_OFFSET_TABLE_' referenced /usr/local/lib/libtk80.so.1.3: Undefined symbol `__GLOBAL_OFFSET_TABLE_' referenced panic.o: Undefined symbol `__GLOBAL_OFFSET_TABLE_' referenced from text segment panic.o: Undefined symbol `__GLOBAL_OFFSET_TABLE_' referenced from text segment tclBasic.o: Undefined symbol `__GLOBAL_OFFSET_TABLE_' referenced from text segment tclBasic.o: Undefined symbol `__GLOBAL_OFFSET_TABLE_' referenced from text segment tclBasic.o: Undefined symbol `__GLOBAL_OFFSET_TABLE_' referenced from text segment tclBasic.o: Undefined symbol `__GLOBAL_OFFSET_TABLE_' referenced from text segment tclBasic.o: Undefined symbol `__GLOBAL_OFFSET_TABLE_' referenced from text segment tclUnixPipe.o: warning: tmpnam() possibly used unsafely; consider using mkstemp() ld: internal consistency check failure: # undefined symbols, 9, accounted for 10 *** Error code 1 Interesting.. btw there wouldn't happen to be linux-specifc code in this? How many operating systems has ruby been tested on? thanks,