Re: Compiling Exim with the Exiscan Patch
"Peter Bowyer" <[email protected]> Mon, 6 Sep 2004 08:15:54 -0000 (GMT)
| Newsgroups | gmane.mail.exim.exiscan.user |
|---|---|
| Message-ID | <[email protected]> |
Doug Jolley said: > Hi -- > > I'm trying to compile Exim with the Exiscan patch > and I need some help. > > The first thing I did was make sure I could > compile > Exim without the patch. That's working just > fine. > Then, I added the patch and tried to re-compile. The Exim make process builds dynamic Makefiles based on the options you've selected in Local/Makefile and the presence of files in the src tree. As long as these Makefiles exist, they won't be rebuilt next time you issue 'make'. If you make significant changes after a compile (and applying the Exsican patch is certainly significant), you need to completely remove the build-<arch>/ directory and 'make Makefile'. Peter