I'm using libtool-1.5 to try to build stuff on AIX. I'm running into a
problem with
the -static option to link mode:
I'm trying to build bzip2. It builds a libbz2 and a bzip2 binary.
Before installing, it
tries to test the bzip2 binary. Normally, this would work, but the
-static flag isn't
ha
I'm trying to compile some stuff using libtool on AIX and noticed that
the normal make dependency handling doesn't work when libtool is
involved. Since static objects aren't created on AIX, all the .o
files
and up in the .libs directory. This breaks the "foo.o: foo.c"
dependencies
in the makefil