Compiling 2.2.3a on IRIX 6.5.14

Michael Sweet mike at easysw.com
Thu Apr 18 05:36:02 GMT 2002


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 on IRIX?

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" ./configure ... options ...

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products                  mike at easysw.com
Printing Software for UNIX                       http://www.easysw.com





More information about the samba-technical mailing list