Author: Sheldon Hearn Date: To: S. Joel Bernstein CC: Exim Users Mailing List Subject: Re: [Exim] 3.31 with minimal compiled-in stuff won't fscking compile
On Tue, 03 Jul 2001 19:13:17 +0100, "S. Joel Bernstein" wrote:
> Compiling exim 3.31 - virtually nothing enabled in makefile at this point...
> make still exits with error - here is last snippet of `make >make.out 2>&1`
Virtually nothing enabled? You're linking against lots of libraries!
Ironically, your problem is that you're _not_ linking against libwrap,
which is required for USE_TCP_WRAPPERS, which you've enabled. :-)