On Sunday, November 10, 2002, at 08:04  pm, Koen van der Drift wrote:

Apparently, something called "_strtok_r" is missing from /usr/bin/ld. Any
idea how I can fix this?

Mac OS X 10.1.5
Package manager version: 0.11.0
Distribution version: 0.4.1.cvs
I can't really help you with this, but I would note that the symbol '_strtok_r' should reside in /usr/lib/libc.dylib. I have an idea that this is not present in versions of Mac OS X previous to 10.2, this re-entrant form of the standard C function 'strtok' was not present. To confirm, enter at the Terminal:

nm /usr/lib/libc.dylib | grep strtok_r

If it is present, you should get a line similar to:

90046ea0 T _strtok_r

I would have thought that the 'configure' script should have checked for this name and made the appropriate adjustment before compilation took place.


Alwyn



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Reply via email to