Re: [AOLSERVER] aolserver 3.4.2 on AMD64 ?

2005-04-28 Thread Jeff Hobbs
> 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.


Re: [AOLSERVER] aolserver 3.4.2 on AMD64 ?

2005-04-28 Thread aT




coz some of our production solaris  severs still use 3.4.2. . 
upgrading all of them willbe a second phase maybe to 4.0 latest .

so any thought on how to compile aolserver 3.4.2 on RHEL ES 3.4 on
AMD64  ?





--
Syed Atif Ali
Bayt.com ~ Dubai Internet City
Desk: 971 4 3911914


Did you know that for the price of a 280-Z you can buy two Z-80's? -- P.J. Plauger



Andrew Piskorski wrote:

  On Thu, Apr 28, 2005 at 01:31:57PM +0400, aT wrote:

  
  
I am trying to compile aolserver 3.4.2 on RHEL ES 3.4 , Dual AMD
opteron machine , getting this error ,.

  
  
Why?  That's a very old version, why aren't you using 4.0.x instead?

--
Andrew Piskorski <[EMAIL PROTECTED]>
http://www.piskorski.com/


--
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.


  





--
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.



Re: [AOLSERVER] aolserver 3.4.2 on AMD64 ?

2005-04-28 Thread Andrew Piskorski
On Thu, Apr 28, 2005 at 01:31:57PM +0400, aT wrote:

> I am trying to compile aolserver 3.4.2 on RHEL ES 3.4 , Dual AMD
> opteron machine , getting this error ,.

Why?  That's a very old version, why aren't you using 4.0.x instead?

--
Andrew Piskorski <[EMAIL PROTECTED]>
http://www.piskorski.com/


--
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.


[AOLSERVER] aolserver 3.4.2 on AMD64 ?

2005-04-28 Thread aT
I am trying to compile aolserver 3.4.2 on RHEL ES 3.4 , Dual AMD opteron
machine ,
getting this error ,.
command i used
make install INST=/software/aol/aol34
after some lines this message comes
(cd /software/nsadmin/aolserver-3.4.2/tcl7.6 && make all)
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
make[2]: *** [panic.o] Error 1
make[2]: Leaving directory `/software/nsadmin/aolserver-3.4.2/tcl7.6/unix'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/software/nsadmin/aolserver-3.4.2/tcl7.6'
make: *** [libtcl76] Error 2

Any idea how i can compile it on AMD64 .
thanks

--
Syed Atif Ali

Boling's postulate:
   If you're feeling good, don't worry.  You'll get over it.
--
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.