Re: [exim] undefined reference

Top Page
Delete this message
Reply to this message
Author: Peter Bowyer
Date:  
To: Exim Users
Subject: Re: [exim] undefined reference
On Tue, 21 Sep 2004 10:08:18 -0400, Michael F. Sprague <mfs@???> wrote:
> Hi folks,
>
> I'm trying to compile exim-4.42 with the latest exiscan patch (-27) on a
> Debian sarge build. I had some compile errors having to do with SRS and
> Brightmail (which I don't use) and I was able to work around that. Now I get
> this error near the end of the build:
> ./sysdeps/i386/elf/start.S:98: undefined reference to `main'
> version.o(.text+0x9): In function `version_init':


If you did a build in the same source tree before you applied the
patch, you'll need to remove the 'build-<arch>' directory and 'make
makefile'. The makefile structure is built at the start of the process
and not re-built unless you force it, so it's not compiling the
exiscan files properly.

Peter