The Autoconf team -- Akim, Alexandre, Jim, Paul, and Tom -- is happy
to announce the birth of Autoconf 2.57, a bugfix release.
- Where can I find it?
ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.57.tar.gz (1.1 MB)
ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.57.tar.bz2(811 kB)
and soon
That seems rather odd to me. -G is a linker flag, and no matter
which compiler you use, the AIX ld command is what is eventually invoked.
Dan
> From [EMAIL PROTECTED] Tue Dec 3 05:38:03 2002
>
> I've seen reports from Apache-2.0+AIX users that -G isn't added with
> gcc, but I see it added with
Mats Rynge <[EMAIL PROTECTED]> writes:
> Also, make sure that you have libtool-1.4.3
Can you list any improvements specific to AIX in libtool-1.4.3
(compared with libtool-1.4.2)?
Just curious,
--
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...
[EMAIL PROTECTED] writes:
> For AIX, libtool knows how to build "dynamic" libraries if
> you pass in -brtl or -Wl,-brtl using LDFLAGS. It will automatically
> add the -G flag when building a shared object.
I've seen reports from Apache-2.0+AIX users that -G isn't added with
gcc, but I see it add