On Wed, 2007 Aug 15 19:49:54 +0200, Ralf Wildenhues wrote:
> 
> Without having tested: I assume you have manually set AR_FLAGS=-X64, is
> that true?  Can you try this
>   configure AR="ar -X64"
> 
> it should serve as a workaround until the bug is fixed.

I was worried that a script somewhere might try e.g. foo=`which $AR`, but 
setting AR as you say does work around the issue.

Something to consider might be to have Libtool pass -X32_64 ("Processes 
both 32-bit and 64-bit object files") unconditionally to ar(1) on AIX, to 
prevent it from making any distinction between the two object types---and 
make it unnecessary to set AR_FLAGS manually in the first place :)


--Daniel


-- 
NAME   = Daniel Richard G.       ##  Remember, skunks       _\|/_  meef?
EMAIL1 = [EMAIL PROTECTED]        ##  don't smell bad---    (/o|o\) /
EMAIL2 = [EMAIL PROTECTED]      ##  it's the people who   < (^),>
WWW    = http://www.******.org/  ##  annoy them that do!    /   \
--
(****** = site not yet online)


_______________________________________________
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool

Reply via email to