Re: [Clamav-users] Compile ClamAV 0.91.1 with gcc 3.4.3 on HPUX 10.20

2007-08-09 Thread Jeff Donsbach
HP-UX 10.20 is ancient and hasn't been supported by HP in a very long time. (It is of the same vintage as Linux 2.2 kernels, if not older). Consequently, the header files probably don't conform to the current POSIX standards that the ClamAV code is expecting. __

Re: [Clamav-users] Compile ClamAV 0.91.1 with gcc 3.4.3 on HPUX 10.20

2007-08-08 Thread Chuck Swiger
On Aug 8, 2007, at 2:26 AM, Banny Lau wrote: > I met the problem while I am running the "make" after finished > "configure" > as the following: > > ./configure CFLAGS="-D_XOPEN_SOURCE_EXTENDED" --disable-dns -- > disable-shared > --disable-static > > gcc -D_XOPEN_SOURCE_EXTENDED -o clamscan outp

[Clamav-users] Compile ClamAV 0.91.1 with gcc 3.4.3 on HPUX 10.20

2007-08-08 Thread Banny Lau
Dear all, I met the problem while I am running the "make" after finished "configure" as the following: ./configure CFLAGS="-D_XOPEN_SOURCE_EXTENDED" --disable-dns --disable-shared --disable-static gcc -D_XOPEN_SOURCE_EXTENDED -o clamscan output.o getopt.o cfgparser.o misc.o options.o clamscan