[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] fix for aix4.3.3 build problem
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] fix for aix4.3.3 build problem |
Date: |
Tue, 05 Mar 2002 16:09:14 +0100 (CET) |
> Needed yet another fix to the configure script to get aix4.3.3
> really working. The problem was the AR was being passed $objdir,
> when it should be $output_objdir. The former is a relative path, and
> we need an absolute path.
I've update libtool to 1.4.2 and applied this patch manually -- the
current CVS of libtool has this fixed already.
Thanks for the report.
Werner