X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FREADME;h=972d417c8923e83ad4cd37f02d8f9eadef9ae574;hb=a799883d8ad340d935db4d729a31c02cb8a1d977;hp=cdf3792f9ebe3cd9db6c5c0ea4caabfc98a40651;hpb=48a53b7fdcd495fe49d43e395446b225e8193925;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/README b/src/README index cdf3792f9..972d417c8 100644 --- a/src/README +++ b/src/README @@ -1,5 +1,3 @@ -$Cambridge: exim/src/README,v 1.3 2005/08/30 10:07:58 ph10 Exp $ - THE EXIM MAIL TRANSFER AGENT VERSION 4 -------------------------------------- @@ -80,6 +78,12 @@ to which Exim has already been ported, the building process is as follows: comments in exim_monitor/EDITME about the values set therein, but in this case everything can be defaulted if you wish. +. If your system is not POSIX compliant by default, then you might experience + fewer problems if you help point the build tools to the POSIX variants. For + instance, on Solaris: + + PATH=/usr/xpg4/bin:$PATH make SHELL=/usr/xpg4/bin/sh + . Type "make". This will determine what your machine's architecture and operating system are, and create a build directory from those names (e.g. "build-SunOS5-sparc"). Symbolic links are created from the build directory @@ -327,7 +331,7 @@ also need to add a new alias definition: "alias utf8 utf-8". 2. For some strange reason make will fail at building "exim_dbmbuild" when called the first time. However simply calling make a second time will solve - the problem. Alternatively, run "make makfile" and then "make". + the problem. Alternatively, run "make makefile" and then "make". ******* IMPORTANT FOR ULTRIX USERS *******