libtool 1.5.2 on SGI/IRIX

2004-01-28 Thread Florian Bachmann
Hi, I am trying to produce a 64bit shared library on a IRIX 6.5 (MIPS4) machine using the GNU toolchain (gcc, autoconf, automake, libtool). I am configuring gcc to produce 64bit binaries with CC="gcc -mabi=64". Libtool correctly picks up the SGI system linker ("/usr/bin/ld"), but for some reason i

Re: libtool 1.5.2 on SGI/IRIX

2004-01-28 Thread Florian Bachmann
Scott James Remnant wrote: On Wed, 2004-01-28 at 14:18, Florian Bachmann wrote: I am trying to produce a 64bit shared library on a IRIX 6.5 (MIPS4) machine using the GNU toolchain (gcc, autoconf, automake, libtool). I am configuring gcc to produce 64bit binaries with CC="gcc -mabi=64"