![]()
From: Tony Earnshaw (tonye@ilion.nl)
Date: Mon Oct 04 1999 - 11:07:24 CDT
It didn't! The same happened as before. Now it wanted yacc on the second
compile. But I got round this by calling configure with the following
small executable, 'do-conf', on a clean 'tar xvf':
CC="gcc -melf -O2 -g" CFLAGS="-DMAXPATHLEN=1024" \
YACC="bison -d" LDFLAGS="-L/lib \
-L/usr/lib -lprot -lsocket -ltinfo -lm -lx" ./configure
¨Then it worked, linked mail.o, - your configure code's probably o.k.,
my experience was possibly system-specific. I've had similar things
happen before, witness the -DMAXPATHLEN above and all the strange
libraries that the SCO link kit/egcs sometimes want, but not always.
I still have to fix the cgi-dir director bit, but it's coming along :-)
Tony
************* THE NEW DIMENSION IN DISTRIBUTION ***********
ilion Faculty B.V.
Tony Earnshaw email: tonye@ilion.nl
Randstad 21-57
1314 BH Almere-Stad tel: +31 (0) 36 548 50 10
The Netherlands fax: +31 (0) 36 534 05 34
***************** http://www.ilion.nl *********************
----- Original Message -----
From: Kent Landfield <kent@landfield.com>
To: <tonye@ilion.nl>
Cc: Kent Landfield <kent@landfield.com>
Sent: Monday, October 04, 1999 4:31 PM
Subject: Test configure
| Could you test this "configure" script and see if it works for you ?
| Seems to work here. If so, I'll baseline it. Thanks.
![]()