Re: [exim] compile fails: *** No rule to make target `lookup…

Pàgina inicial
Delete this message
Reply to this message
Autor: Peter Bowyer
Data:  
A: Exim Users Mailing List
Assumpte: Re: [exim] compile fails: *** No rule to make target `lookups/lookups.a', needed by `exim'. Stop.
On Thu, 3 Mar 2005 19:18:37 +0100, Wolfgang.Fuertbauer@???
<Wolfgang.Fuertbauer@???> wrote:
> Who can help please ?
>
> /bin/rm -f auths.a
> ar cq auths.a b64encode.o b64decode.o call_pam.o call_pwcheck.o
> call_radius.o xtextencode.o xtextdecode.o get_data.o get_no64_data.o md5.o
> cram_md5.o cyrus_sasl.o plaintext.o pwcheck.o sha1.o auth-spa.o spa.o
> ranlib auths.a
> /bin/rm -rf ../drtables.o
> make[2]: Leaving directory `/usr/src/packages/BUILD/exim-4.50
> /build-Linux-i386/auths'
>
> make[1]: *** No rule to make target `lookups/lookups.a', needed by `exim'.


Are you attempting to rebuild Exim after you made changes to
Local/Makefile? If so, you may need to rm -rf the build-<arch>
directory and 'make makefile' to force a rebuild of the down-level
Makefiles.

Peter