Salman wrote:
[]
> 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?

No, this has nothing to do with xcode, it is the heart of your system 
that is in question here, /usr/lib/libSystem.B.dylib.

> ([EMAIL PROTECTED] /usr/lib) nm /usr/lib/libm.dylib |grep -i strtod
> 00042cee T ___strtodg
> 00044d51 T _strtod
> 0002e090 T _strtod_l

This answer is similar to what you would get on Tiger

> ([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

Yes, this looks more like what you should get on Leopard, but you should 
get it from libSystem.B.dylib and from libSystem.dylib and from 
libm.dylib which are all symlinks to the same file. The _profile or 
_debug versions are normally not used. Look at the date stamps

   ls -l /usr/lib/libSystem.B*

I bet your libSystem.B.dylib is older than the two other ones.

Something is seriously wrong with your system installation, and you need 
to get the correct Leopard /usr/lib/libSystem.B.dylib from your system 
installation disk. It is in the BaseSystem.pkg.

I am rather surprised that you don't see a lot of breakage from other 
applications.

-- 
Martin


-------------------------------------------------------------------------
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

Reply via email to