Dan Shafer wrote: > /usr/bin/ld: /usr/lib/libSystem.dylib load command 6 unknown cmd field
Translated from Apple-speak into English this tells you politely that you don't have the right version of the Developers Tools installed. You have a /usr/bin/ld from Dev Tools going with OSX 10.0, whereas you have a libSystem.dylib from OSX 10.1. If you want more details, look at the output of "otool -l /usr/lib/libSystem.dylib". Among a couple of other things, you see there Load command 6 cmd LC_TWOLEVEL_HINTS This twolevel stuff was introduced in 10.1, and poor old linker from 10.0 doesn't know about it. So get the 200MB or so of Dec2001 Dev Tools from the Apple site. -- Martin _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users