> The configure line should be:
>
>       CFLAGS="-D_XOPEN_SOURCE_EXTENDED" ./configure
>
> (there is an underscore before EXTENDED).
>
> That should work, but you are not finished, you'll have to check how the
shared
> libraries are set up in the resulting executables.
> 
> But let's do one thing at a time, just configure and make.

I entered the command shown above verbatum, but got the following error message:

        CFLAGS=-D_XOPEN+SOURCE_EXTENDED: Command not found.

When I reentered the above command using the syntax:

        ./configure CFLAGS="-D_XOPEN+SOURCE_EXTENDED"

the configure script ran without a problem.

The make command continues to give me an Error exit code 1 message. While the
gcc line that precedes the message read as follows:
        
        gcc -D_XOPEN_SOURCE_EXTENDED -o clamscan output.o geptopt.o memory.o
cfgparser.o misc.o clamscan.o options.o others.o manager.o treewalk.o
                -L/usr/local/lib ../libclamav/.libs/libclamav.a.a -lz -lbz2
/usr/local/lib/libgmp.sl -Wl,+b -Wl,/usr/local/lib

This was followed by the lines:

        /usr/ccs/bin/ld: Unsatisfied symbols:
            ntohl (code)
        collect2: ld returned 1 exit status

Followed by the Error exit code 1 lines. 
        

_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to