> I am trying to compile aolserver 3.4.2 on RHEL ES 3.4 , Dual > AMD opteron machine , getting this error ,.
> make install INST=/software/aol/aol34 > make[1]: Entering directory `/software/nsadmin/aolserver-3.4.2/tcl7.6' > (cd /software/nsadmin/aolserver-3.4.2/tcl7.6/unix; make > CFLAGS='-I../include -D_REENTRANT=1 -DNDEBUG=1 -g -fPIC -Wall > -Wno-unused -mcpu=x86_64 -DHAVE_CMMSG=1 -DUSE_FIONREAD=1 > -DHAVE_COND_EINTR=1' libtcl7.6.a) > make[2]: Entering directory > `/software/nsadmin/aolserver-3.4.2/tcl7.6/unix' > gcc -c -I../include -D_REENTRANT=1 -DNDEBUG=1 -g -fPIC -Wall > -Wno-unused -mcpu=x86_64 -DHAVE_CMMSG=1 -DUSE_FIONREAD=1 > -DHAVE_COND_EINTR=1 -I./../generic -I. -DHAVE_UNISTD_H=1 > -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 > -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DSTDC_HEADERS=1 > -DNEED_MATHERR=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_SHLIB_EXT=\".so\" > ./../generic/panic.c > cc1: bad value (x86_64) for -mcpu= switch You need to remove the -mcpu switch. Note that Tcl 7.6 is so old that it may well not be 64-bit safe. Jeff -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
