Joseph wrote: > /usr/bin/cc -o rman -O2 -Wall -Wpointer-arith -no-cpp-precomp > rman.o -L/usr/X11R6/lib > ld: Undefined symbols: > ___eprintf
This is almost impossible. The symbol ___eprintf is defined in libgcc.a (for gcc-3.1), and libgcc.a is *always* included by the linker. This looks like you either have some broken self-grown compiler, or your installation of gcc-3.1 is damaged. -- Martin ------------------------------------------------------- This SF.NET email is sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source & Linux Developers, register now for the AMD Developer Symposium. Code: EX8664 http://www.developwithamd.com/developerlab _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
