On Thu, 2007-08-02 at 09:25 -0500, EXT-Pennington, Dale K wrote: > Is there a way to tell make to check the 64 bit .o member vice the 32 > bit .o member of a dual mode archive ?
As far as I'm aware, standard POSIX ar has no facility for managing different types of objects (such as 32 vs. 64 bit) in an archive. If this is supported in AIX then it must be a special capability for that platform. If someone who has such a platform wants to figure out how this works and provide a patch for it, I'd be interested. Otherwise I don't see how we can support it. Alternatively, you'd need to create two different archives, one 32bit and one 64bit, and link the proper one for your needs. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
