On 04/16/2010 12:30 PM, Jean-François Mertens wrote: > > > since conftest was just compiled, not linked, the "-T" operation may > not have been considered meaningful by objdump ? > Ie _ is it really an error ?
Yes, because it does not understand the load command (from /usr/include/mach-o/loader.h): #define LC_UUID 0x1b /* the uuid */ The uuid load command is inserted by default since at least mac os x 10.5. Peter ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
