-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Kaplan, Andrew H. wrote:
>>Anyway the LDFLAGS need a correction, just delete the -lsocket part, the log >> shows that the socket library doesn't exist. > > I entered the configure command without -lsocket part, and the script failed > with the same error mentioned in the previous e-mail. > > Here is the latest version of the config.log file. [snip] > /usr/ccs/bin/ld: Can't find library for -lnls OK, it gets a bit complicated; well not really. We need to find in what library is the function ntohl. Perhaps just doing a "man ntohl" will tell, usually in the first page of the manual an example of how to compile is shown (under SYNOPSIS), the part we need is the "-l..." parameter which should be set in LDFLAGS. I was using the Solaris way of doing this. - -- René Berber -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (Cygwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iEYEARECAAYFAkPrmJoACgkQL3NNweKTRgxRywCgkvdRAaCsKwHhKXN0Cptt7nO5 PYQAoIz1YEsJqisdy4BNxlLdqAH/t4Nh =7X5C -----END PGP SIGNATURE----- _______________________________________________ http://lurker.clamav.net/list/clamav-users.html
