Re: [EXIM] Exim 1.90 AIX Compilation Problems

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Ephraim Silverberg
Fecha:  
A: Philip Hazel
Cc: exim-users
Asunto: Re: [EXIM] Exim 1.90 AIX Compilation Problems
On Tue, 31 Mar 1998, Philip Hazel wrote:

>> Anyone succeed to compile 1.90 under AIX?
>
> or possibly
>
> aix*)       os=AIX;;

>
> Please let me know if this works, in which case I will include it in
> future releases.


Yes, it now recognises AIX:

shuldig[ scripts ] rcsdiff -c os-type 
===================================================================
RCS file: RCS/os-type,v
retrieving revision 1.1
diff -c -r1.1 os-type
*** /tmp/RCSAa07525     Tue Mar 31 21:27:09 1998
--- os-type     Tue Mar 31 21:21:02 1998
***************
*** 47,52 ****
--- 47,53 ----
  # things that aren't quite the same as each other. It is all a huge mess.


  case "$os" in
+ aix*)         os=AIX;;
  bsdi)       os=BSDI;;
  BSDOS)      os=BSDI;;
  BSD_OS)     os=BSDI;;
===================================================================


but now I get:

../scripts/Configure-config.h
make: illegal option -- w
usage: make [-eiknqrst] [-k|-S] [-d[A|adg[1|2]msv]] [-D variable] [-f makefile ] [variable=value ...] [target ...]
gmake[1]: *** [config.h] Error 1
___________________________________________________________________________
Ephraim Silverberg, CS System Group,          Phone number:   972-2-6585521
Hebrew University, Jerusalem, Israel.         Fax number:     972-2-6585439
WWW: http://www.cs.huji.ac.il/~ephraim        E-mail: ephraim@???


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