On Fri, Apr 16, 2010 at 12:35:16PM -0500, Peter O'Gorman wrote: > 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
Peter, The updated binutils-2.20.1-1 packaging that I posted to fink tracking... https://sourceforge.net/tracker/?func=detail&aid=2988592&group_id=17203&atid=414256 builds the gcc45 packaging fine here with objdump. I am a tad confused about the logic of the binutils-dev splitoff though. It seems pointless since binutils will always force its installation. It might as well be absorbed back into the main binutils package. Also the current installation uses.. make install prefix=%i which needs to be changed to... make install DESTDIR=%d However the install is weird and I think we will have to explicitly force the install of the manpages. Jack ------------------------------------------------------------------------------ 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
