> > OK, so look at your /usr/lib/libm.dylib. What do you get from > > nm /usr/lib/libm.dylib |grep strtod > > ? You should see among others a line like > > 000cb771 T _strtod$UNIX2003 > > which means that this symbol is defined in that library. > > -- > Martin >
String not found in libm.dylib, but is in one of the other libs; I didn't include this before, but I'm running xcode3.0. Should I be using an older version? ([EMAIL PROTECTED] /usr/lib) nm /usr/lib/libm.dylib |grep -i strtod 00042cee T ___strtodg 00044d51 T _strtod 0002e090 T _strtod_l ([EMAIL PROTECTED] /usr/lib) grep -ir strtod\$UNIX2003 . Binary file ./libSystem.B_debug.dylib matches Binary file ./libSystem.B_profile.dylib matches Binary file ./libSystem_debug.dylib matches Binary file ./libSystem_profile.dylib matches ([EMAIL PROTECTED] /usr/lib) nm libSystem_profile.dylib |grep -i strtod 000457c4 T ___strtodg 000fa412 T ___strtodg$UNIX2003 000474be T _strtod 000d34ad T _strtod$UNIX2003 00030090 T _strtod_l 000d1c68 T _strtod_l$UNIX2003 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
