Re: [EXIM] Exim 1.80 bombs out

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: Patrick Cole
CC: exim-users
Subject: Re: [EXIM] Exim 1.80 bombs out
On Wed, 10 Dec 1997, Patrick Cole wrote:

> *** Sorry - operating system linux-gnu is not supported
> *** See OS/Makefile-* for supported systems


I do wish there were some standards for naming operating systems.

Try

OSTYPE=Linux make

The current script recognizes only "linux" and "Linux", not
"linux-something". I will make it recognize "linux-*" in future.

An alternative to the above is to edit scripts/os-type and change

linux)    os=Linux;;


to

linux-*)    os=Linux;;


-- 
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/ ***