Re: [EXIM] Compile problem..

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: Derrick
CC: exim-users
Subject: Re: [EXIM] Compile problem..
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

that you need to set. Any IRIX experts like to say if this should be the
default?

-- 
Philip Hazel                   University Computing Service,
ph10@???             New Museums Site, Cambridge CB2 3QG,
P.Hazel@???          England.  Phone: +44 1223 334714



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