[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,

In This Thread