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