Re: IRIX: Expecting n32 objects

2003-09-04 Thread Olaf Weber
Rainer Orth writes: > Olaf Weber <[EMAIL PROTECTED]> writes: >> IIRC gcc 2.x defaults to o32 (and cannot do otherwise) while gcc 3.x >> defaults to n32. You switch using options like '-mabi=64'. > Wrong: GCC 2.x for IRIX 6 defaults to N32 (with N64 support available) and > cannot support O32 wit

Re: IRIX: Expecting n32 objects

2003-09-04 Thread Rainer Orth
Olaf Weber writes: > As far as I can tell they should have defaulted to mips4 N32 -- at > least when running IRIX 6.5 -- this is going by what the > to-be-installed /etc/compiler.defaults says. But the R8Ks were weird > beasts at the best of times. This is true with IRIX 6.5, but was different w

Re: IRIX: Expecting n32 objects

2003-09-04 Thread Rainer Orth
Olaf Weber <[EMAIL PROTECTED]> writes: > IIRC gcc 2.x defaults to o32 (and cannot do otherwise) while gcc 3.x > defaults to n32. You switch using options like '-mabi=64'. Wrong: GCC 2.x for IRIX 6 defaults to N32 (with N64 support available) and cannot support O32 without hacks (like configuring

Re: IRIX: Expecting n32 objects

2003-09-03 Thread Olaf Weber
moseley writes: > I'm not sure if this is an autoconf or libtool question. Sorry for > the dup post to those on both lists. > I've got someone trying to build on IRIX 6.5 and they get: > ./configure --with-zlib=$PUBSROOT/tool/sw/zlib/irix \ > --prefix=$PUBSROOT/tools/sw/swish-e/2.4/irix/ \ >

Re: IRIX: Expecting n32 objects

2003-08-28 Thread Bill Wendling
Also sprach [EMAIL PROTECTED]: } I'm not sure if this is an autoconf or libtool question. Sorry for } the dup post to those on both lists. } } I've got someone trying to build on IRIX 6.5 and they get: } [snip] } I'm not clear what o32 and n32 are, but it seems odd that they would not } be mat

IRIX: Expecting n32 objects

2003-08-28 Thread moseley
I'm not sure if this is an autoconf or libtool question. Sorry for the dup post to those on both lists. I've got someone trying to build on IRIX 6.5 and they get: ./configure --with-zlib=$PUBSROOT/tool/sw/zlib/irix \ --prefix=$PUBSROOT/tools/sw/swish-e/2.4/irix/ \ LDFLAGS=-L$PUBSROOT/tool/sw/zl