Re: Compiling 2.2.3a on IRIX 6.5.14

2002-04-22 Thread Albert Chin
On Thu, Apr 18, 2002 at 08:34:19AM -0400, Michael Sweet wrote: > Devilbiss, Jennifer L. wrote: > > I ran ./configure and then ran make. I got the following error: > > > > Using LIBS = -lgen -ldl > > Linking nsswitch/libnss_winbind.so > > ld32: FATAL 12 : Expecting n32 objects: nsswitch/winbin

Re: Compiling 2.2.3a on IRIX 6.5.14

2002-04-18 Thread Herb Lewis
"Devilbiss, Jennifer L." wrote: > > I ran ./configure and then ran make. I got the following error: > > Using LIBS = -lgen -ldl > Linking nsswitch/libnss_winbind.so > ld32: FATAL 12 : Expecting n32 objects: nsswitch/winbind_nss.po is o32. > *** Error code 4 (bu21) > > Has anyone tried to co

Re: Compiling 2.2.3a on IRIX 6.5.14

2002-04-18 Thread Kevin Wheatley
Michael Sweet wrote: > Hmm, looks like libtool is broken (surprise, surprise) and is > forcing -o32 mode. Try setting the CFLAGS environment variable > to "-n32" before you run configure, e.g.: > > setenv CFLAGS -n32 > ./configure ... options ... > > or: > > CFLAGS="-n32" ./conf

Re: Compiling 2.2.3a on IRIX 6.5.14

2002-04-18 Thread Michael Sweet
Devilbiss, Jennifer L. wrote: > I ran ./configure and then ran make. I got the following error: > > Using LIBS = -lgen -ldl > Linking nsswitch/libnss_winbind.so > ld32: FATAL 12 : Expecting n32 objects: nsswitch/winbind_nss.po is o32. > *** Error code 4 (bu21) > > Has anyone tried to compile

Compiling 2.2.3a on IRIX 6.5.14

2002-04-18 Thread Devilbiss, Jennifer L.
I ran ./configure and then ran make. I got the following error: Using LIBS = -lgen -ldl Linking nsswitch/libnss_winbind.so ld32: FATAL 12 : Expecting n32 objects: nsswitch/winbind_nss.po is o32. *** Error code 4 (bu21) Has anyone tried to compile on IRIX?