-$Cambridge: exim/src/README,v 1.3 2005/08/30 10:07:58 ph10 Exp $
-
THE EXIM MAIL TRANSFER AGENT VERSION 4
--------------------------------------
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
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 *******