RE: [exim] 4.42 clamd sa-exim exiscan compile problem acl.c

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Doug Block
Datum:  
To: 'Tom Kistner', Exim-Users@Exim. Org
CC: 
Betreff: RE: [exim] 4.42 clamd sa-exim exiscan compile problem acl.c
> -----Original Message-----
> From: exim-users-bounces@???
> [mailto:exim-users-bounces@exim.org] On Behalf Of Tom Kistner
> Sent: Wednesday, September 22, 2004 5:10 AM
> To: Doug Block
> Cc: Exim-Users@Exim. Org
> Subject: Re: [exim] 4.42 clamd sa-exim exiscan compile problem acl.c
>
>
> Doug Block wrote:
>
> > Every time I got to do a make a get a error in acl.c and
> acl.o about
> > bmi_spam.o and bmi_spam.c
>
> Remove the build-* dir from the source tree, then "make" again.
>


make[2]: Entering directory
`/mail/install/exim-4.42/build-Linux-athlon/auths'
gcc -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE b64encode.c
gcc -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE b64decode.c
gcc -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE call_pam.c
gcc -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE call_pwcheck.c
gcc -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE call_radius.c
gcc -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE xtextencode.c
gcc -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE xtextdecode.c
gcc -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE get_data.c
gcc -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE get_no64_data.c
gcc -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE md5.c
gcc -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE cram_md5.c
gcc -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE plaintext.c
gcc -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE pwcheck.c
gcc -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE sha1.c
gcc -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE auth-spa.c
gcc -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE spa.c
/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 plaintext.o pwcheck.o sha1.o auth-spa.o spa.o
ranlib auths.a
/bin/rm -rf ../drtables.o
make[2]: Leaving directory
`/mail/install/exim-4.42/build-Linux-athlon/auths'

gcc -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I.    acl.c
make[1]: *** No rule to make target `bmi_spam.c', needed by
`bmi_spam.o'.  Stop.
make[1]: Leaving directory `/mail/install/exim-4.42/build-Linux-athlon'
make: *** [go] Error 2


I am making under a non-root user account. I have deleted the build
directory and ran make makefile. I always get the same error
Any ideas I have the current Exiscan the current Sa-exim and the
current SA3.0.0 any ideas why I can't get exim to compile?