On Wed, 2004-03-31 at 22:21, Alex S Moore wrote: > > Well, trog, don't I feel like the dummy. I do not see what to try. The tests look > jumbled up to me and I wonder if the failure on the -lwrap test is causing the > problem. I think that all that is missing from my test compiles is the -I flags. > > Please see attached relevant portion of config.log and advise. >
This is the relevant section: configure:11618: checking for structure packing via pragma configure:11643: cc -o conftest -fast -xarch=v8 -I/opt/csw/include -I../clamscan -L/opt/csw/lib -L/usr/lib -lresolv conftest.c -lwrap >&5 Undefined first referenced symbol in file deny_severity /opt/csw/lib/libwrap.so allow_severity /opt/csw/lib/libwrap.so ld: fatal: Symbol referencing errors. No output written to conftest configure:11646: $? = 1 configure: program exited with status 1 ....and the problem is not due to the #pragma packed test, but is due to configure trying to link tcpwrapper (-lwrap) in. You could try: ./configure --without-tcpwrappers -trog ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
