--
Moin Simon!
Simon Bell schrieb am Dienstag, den 10. Juni 2003:
>Once again, after doing a make clean which appears to have fixed the
>previous error, another error, which I think is due to me pointing the
>lookup libs in the wrong direction, but as far as I can tell the location
>im pointing them at is correct, unless anyone else using a default redhat 9
>configuration can correct me:
Hmm..
>LOOKUP_INCLUDE=-I /usr/include/mysql -I
^^^^^^^^^^^^^^^^^^^^^
change to:
LOOKUP_INCLUDE="-I/usr/include/mysql"
Your extra -I is causing the error.
>make[2]: Entering directory `/root/exim-4.20/build-Linux-i386/lookups'
>gcc -c -O -I/usr/kerberos/include -I /usr/include/mysql -I cdb.c
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
See? extra -I
>gcc: no input files
>make[2]: *** [cdb.o] Error 1
>make[2]: Leaving directory `/root/exim-4.20/build-Linux-i386/lookups'
Make sure you force a recreation of the Makefile, clean then remake it.
-Bruno
--
Bruno Saverio Delbono <bdelbono at leviathan dot lucifer dot at>
Systems Engineer - Open-Systems Group Inc.
http://www.open-systems.org/~bruno/
GPG Fingerprint: 1AAC 0F81 54F6 C7AF 2EC4 8993 0594 88B3 E127 35C5
--
[ Content of type application/pgp-signature deleted ]
--