Re: [AOLSERVER] aolserver 4.5 make error on RHEL3.4 64 bit

2006-07-31 Thread aT
Thanks for the patch , It compiled fine after applying this patch . Cheers Dossy Shiobara wrote: On 2006.07.26, Tom Jackson [EMAIL PROTECTED] wrote: My version: gcc --version gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) But it works with: gcc --version gcc (GCC) 3.3.4

Re: [AOLSERVER] aolserver 4.5 make error on RHEL3.4 64 bit

2006-07-27 Thread aT
[EMAIL PROTECTED] mqueue]# gcc --version gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-47) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions.  There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Re: [AOLSERVER] aolserver 4.5 make error on RHEL3.4 64 bit

2006-07-27 Thread Dossy Shiobara
On 2006.07.26, Tom Jackson [EMAIL PROTECTED] wrote: My version: gcc --version gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) But it works with: gcc --version gcc (GCC) 3.3.4 (pre 3.3.5 20040809) On 2006.07.27, aT [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] mqueue]# gcc --version

Re: [AOLSERVER] aolserver 4.5 make error on RHEL3.4 64 bit

2006-07-27 Thread Thorpe Mayes
I hate to be so ignorant, but how does one apply this patch? I am unable to install aolserver on my linux box. I get this error; /usr/local/bin/tclsh8.4 /home/tam/source_code/aolserver-4.5.0/util/nsinstall.tcl -d /usr/local/lib -e libnsthread.so installed: /usr/local/lib/libnsthread.so

Re: [AOLSERVER] aolserver 4.5 make error on RHEL3.4 64 bit

2006-07-27 Thread Dossy Shiobara
On 2006.07.27, Thorpe Mayes [EMAIL PROTECTED] wrote: I hate to be so ignorant, but how does one apply this patch? 1. Save the attachment as nsattributes.h.patch. 2. Obtain a copy of the AOLserver 4.5.0 source. 3. From the top of the source tree, do: $ patch -p0 nsattributes.h.patch

[AOLSERVER] aolserver 4.5 make error on RHEL3.4 64 bit

2006-07-26 Thread aT
Hi, I am trying to build Aolserver 4.5.0 on Redhat enterprise Linux 3 Update 4, 64 bit on AMD Opteron machine . these are my commands 1) ./configure --with-tcl=/server/software/aol/aol45/lib --prefix=/server/software/aol/aol45 --enable-symbols --enable-threads --enable-64bit 2)

Re: [AOLSERVER] aolserver 4.5 make error on RHEL3.4 64 bit

2006-07-26 Thread Dossy Shiobara
On 2006.07.26, aT [EMAIL PROTECTED] wrote: [...] info.c: In function `NsTclInfoObjCmd': info.c:515: syntax error before opt info.c:522: `opt' undeclared (first use in this function) [...] Any idea ?? gcc --version -- Dossy -- Dossy Shiobara | [EMAIL PROTECTED] |

Re: [AOLSERVER] aolserver 4.5 make error on RHEL3.4 64 bit

2006-07-26 Thread Tom Jackson
I got the same error on an old version of RedHat, but the same code seems to work on SUSE 9.2. I looked at info.c and there was this code, which I didn't figure out, maybe there is some preprocessing step missing?: enum { IAddressIdx, IArgv0Idx, IBoottimeIdx, IBuilddateIdx,

Re: [AOLSERVER] aolserver 4.5 make error on RHEL3.4 64 bit

2006-07-26 Thread Tom Jackson
On Wednesday 26 July 2006 07:57, Dossy Shiobara wrote: On 2006.07.26, aT [EMAIL PROTECTED] wrote: Any idea ?? gcc --version Dossy, My version: gcc --version gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) But it works with: gcc --version gcc (GCC) 3.3.4 (pre 3.3.5 20040809) tom