[EXIM] AIX 4.2 make errors for 2.02

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Doug S
Data:  
Para: Exim Users
Asunto: [EXIM] AIX 4.2 make errors for 2.02
With exim 2.02, AIX 4.2's make doesn't seem to like the line

SHELL = $(MAKE_SHELL)

in the build-AIX-.../makefile. It nags about $(MAKE_SHELL) not found when
it tries to run the configure script. This did not happen with 1.90, I
suspect it was the "IRIX hack" breaking on AIX...

I changed that by hand to

SHELL = /bin/sh

and it ran fine. I ran into this once before on AIX. I guess it's time
to download Gnu Make...

--
Doug S. (doug@???) (http://cc.ysu.edu/~doug/)

If you get hung up on what you did wrong, you're never gonna get anywhere.
        -- Kenneth Copeland


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