On Fri, 28 Jul 2000, Martin Husemann wrote: > So: check for the underscores (is there a "portable" way to do this besides > autoconf?) and ignore the RSS relocations. Christos posted one. Another would be to include sys/cdefs.h, and use the _C_LABEL() macro, which adds a "_" on a.out and not on ELF. :-) Take care, Bill