This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
I get the following error when compiling on Redhat 9. Does anyone know
how to fix it? What am I missing?
make[2]: Entering directory `/usr/src/exim-4.23/build-Linux-i386/auths'
gcc -c -O b64encode.c
gcc -c -O b64decode.c
gcc -c -O call_pam.c
gcc -c -O call_pwcheck.c
gcc -c -O call_radius.c
gcc -c -O xtextencode.c
gcc -c -O xtextdecode.c
gcc -c -O get_data.c
gcc -c -O get_no64_data.c
gcc -c -O md5.c
gcc -c -O cram_md5.c
gcc -c -O plaintext.c
gcc -c -O pwcheck.c
gcc -c -O sha1.c
gcc -c -O auth-spa.c
gcc -c -O 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 `/usr/src/exim-4.23/build-Linux-i386/auths'
gcc -c -O -I. acl.c
gcc -c -O -I. child.c
gcc -c -O -I. crypt16.c
gcc -c -O -I. daemon.c
gcc -c -O -I. dbfn.c
gcc -c -O -I. debug.c
gcc -c -O -I. deliver.c
gcc -c -O -I. directory.c
gcc -c -O -I. dns.c
gcc -c -O -I. drtables.c
gcc -c -O -I. enq.c
gcc -c -O -I. exim.c
gcc -c -O -I. expand.c
gcc -c -O -I. filter.c
gcc -c -O -I. filtertest.c
gcc -c -O -I. globals.c
globals.c:464: `ISO' undeclared here (not in a function)
make[1]: *** [globals.o] Error 1
make[1]: Leaving directory `/usr/src/exim-4.23/build-Linux-i386'
make: *** [go] Error 2
--