For IBM AIX 64-bit we need
AR="ar -X64" and
NM="nm -X64 -B"
assuming /usr/ccs/bin is first in the path.
(If you can detect you are building for AIX 64 then you can
check /usr/ccs/bin and use absolute path in assignment)
Roger
Rolf wrote :
I have seen very few uses where AR was actually set ma
[sending to the libtool mailing list; cc'ing the libpng one as this
makes it impossible for me to compile libpng 1.2.9rc on BeOS using
configure/libtool]
Hi,
I think I found a bug in libtool on BeOS with -version-number. Tested
libtool version is 1.5.22 (as part of libpng 1.2.9 RC)
The prob
John Bowler wrote:
For BeOS try adding 'none' to the end of the test for darwin|linux|osf|windows
on line 3237 of ltmain.sh. We can ship libpng with that because it won't
break anything which isn't already broken.
Yep, that fixes it, thanks. Will 1.2.9 contain that fix?
___
From: Christian Biesinger
>libtool: link: CURRENT `' must be a nonnegative integer
>libtool: link: `0:9:0' is not valid version information
>make[1]: *** [libpng12.la] Error 1
>
>(Note that libpng 1.2.8 is OK (in this regard), as it uses -version-info
>rather than -version-number)
>
>The cause of