Re: [EXIM] Compile problem..

Top Page
Delete this message
Reply to this message
Author: Tim Cutts
Date:  
To: Philip Hazel
CC: Derrick, exim-users
Subject: Re: [EXIM] Compile problem..
On Fri, 28 Nov 1997, Philip Hazel wrote:

> On Thu, 27 Nov 1997, Derrick wrote:
>
> > > > I hope somebody with SGI experience will give a definitive response, but
> > > > you might like to try adding
> > > > CFLAGS=-Olimit 1500 -n32
> >
> > So, I found out the problem, possibly. In line 198 of the OS/Makefile-Base
> > is there a spelling mistake? Is it supposed to say
> >
> > $(CC) -o exim $(CFLAGS) $(OBJ_EXIM) \
> > and not
> > $(CC) -o exim $(LFLAGS) $(OBJ_EXIM) \
> >        ^

> >
> > Anyone...?
>
> No, it isn't a mistake. It is supposed to give you the chance to specify
> different flags for the linking phase from the compiling phases. I had
> completely forgotten about this. It is clearly
>
> LFLAGS=-n32


If it has to be specified for CC in order to get an N32 binary, you will
almost certainly have to specify it in the link flags as well. It
wouldn't hurt anyway.

Tim.

-- 
--------------------------------------------------------------------------
Dr T J R Cutts                                        Tel: +44 1223 333596
Dept. of Biochemistry, 80 Tennis Court Rd.,           Fax: +44 1223 766002
Cambridge, CB2 1GA, UK



--
*** Exim information can be found at http://www.exim.org/ ***