I'm trying to build a program, and I get these error messages:
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols:
___dtoi
___sincos
___asinacos
___idnint
___dtod
./UMFW_MB/libMBFW.a(FREEWAKE_MB.o) reference to undefined ___dtoi
./UMFW_MB/libMBFW.a(FREEWAKE_MB.o) reference to undefined ___sincos
./UMFW_MB/libMBFW.a(bcp.o) reference to undefined ___dtoi
./UMFW_MB/libMBFW.a(bcp.o) reference to undefined ___sincos
[...etc....]
The question is about the 5 undefined symbols: the functions seem to be intrinsics, which somehow are missing.
This is happening on a PB G4 running 10.4.11, Absoft 9.2, XCode 2.4.1. The code was born and raised on a Sun, although it has been run on OS X before (not by me, though), so in the "plug-in" options I added "UNIX library", but it didn't help.
Any ideas?
TIA
Paolo