Conflicts under Irix.

Billinghurst, David (RTD) David.Billinghurst at riotinto.com.au
Tue Nov 10 23:56:26 GMT 1998


We need the "old" -32 shared libraries if we want smbwrapper to work with
ls, tar, etc

> -----Original Message-----
> From:	Andrew Tridgell [SMTP:tridge at samba.anu.edu.au]
> Sent:	Tuesday, November 10, 1998 10:21 AM
> To:	Multiple recipients of list
> Subject:	Re: Conflicts under Irix.
> 
> > Someone has hard-wired a flag in the Makefile.in that seems to be
> causing
> > some trouble under Irix.  I typically run ./configure as follows: 
> > 
> >   export CFLAGS="-n32 -O2"; ./configure
> > 
> > This is supposed to force use of the "new" 32-bit model.  However, there
> > are several places in Makefile.in where the -32 flag ("old" 32-bit
> model)
> > is hard coded.  I'm not sure which of these is causing the problem, but
> I 
> > get:
> 
> The Makefile tries to generate both -32 and -n32 shared libraries. It
> needs to do this so that smbwrapper will work with both older and new
> binaries. 
> 
> I'm not sure quite what the best way to handle this is. Maybe
> configure should test if -32 works and if not then don't try to build
> the old 32 library.


More information about the samba-technical mailing list