On Wednesday, July 2, 2003, at 07:29 PM, Martin Costabel wrote:

/usr/bin/ld: Undefined symbols:
restFP
saveFP
Any idea where to find these?

They are in /usr/lib/libgcc.a. Usually when this bug comes up, people have some libgcc.dylib in /usr/local/lib that shadows the libgcc.a.


The usual suspect, eh? However, I have no such thing, instead g77 seems to come with
its own: find /sw/lib -name libgcc*
/sw/lib/gcc-lib/powerpc-apple-darwin6.6/3.3/libgcc.a
/sw/lib/gcc-lib/powerpc-apple-darwin6.6/3.3/soft-float/libgcc.a


The full linker command is

/sw/lib/gcc-lib/powerpc-apple-darwin6.6/3.3/collect2 -dynamic -o pgdemo1 -lcrt1.o -lcrt2.o -L/Volumes/scratch/derek/BUILD/pgplot -L/sw/lib -L/usr/X11R6/lib -L/sw/lib/gcc-lib/powerpc-apple-darwin6.6/3.3 -L/sw/lib/gcc-lib/powerpc-apple-darwin6.6/3.3/../../.. /scratch/bart/derek/tmp/ccvATHxQ.o -lpgplot -lpng -lz -lX11 -framework Foundation -framework AppKit -lfrtbegin -lg2c -lgcc -lSystem |
c++filt3
/usr/bin/ld: Undefined symbols:
restFP
saveFP


I do not have the latest Devtools update installed; since fink is not working
with gcc3.3 yet, according to the website, I wonder how g77_3.3 is supposed to
work at all...
FWIW, after downgrading to g77_3.1-20020420-6 this works just fine!


Thanks,
                                                                Derek



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to