Hi,
I'm unable to compile exim4.60 on Solaris9 box, tried searching through
archives, without any luck
LOOKUP_INCLUDE=-I /usr/local/mysql/include
LOOKUP_LIBS=-L/usr/local/lib -lmysqlclient -L/usr/local/mysql/lib
awk '{ print ($1+1) }' cnumber.h > cnumber.temp
rm -f cnumber.h; mv cnumber.temp cnumber.h
gcc version.c
rm -f exim
gcc -o exim
Undefined first referenced
symbol in file
kstat_data_lookup os.o
kstat_lookup os.o
kstat_read os.o
kstat_open os.o
kstat_close os.o
ld: fatal: Symbol referencing errors. No output written to exim
collect2: ld returned 1 exit status
make[1]: *** [exim] Error 1
make[1]: Leaving directory `/mirror/src/exim-4.60/build-SunOS5-5.9-sparc'
make: *** [go] Error 2