[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: autoconfig on Solaris (ITS#1337)
At 11:53 PM 2001-09-16, lupe@lupe-christoph.de wrote:
>On Sunday, 2001-09-16 at 20:21:56 +0000, Kurt Zeilenga wrote:
>> Please provide the config.log fragment of the failed test
>
>I couldn't find a failed test. That's the problem - it does not test if it needs -lsocket.
In looking at your config.log, it did in fact test for -lsocket
but failed to detect that it was in working order due to the
inclusion of -lbind as a library.
>Here is the part of config.log that is somehow related. You can
>also see that even though I have -lbind (not part of Solaris),
>it uses -lresolv, too. But I consider this my problem because
>I created an unusual situation by installing a -lbind on
>Solaris.
Well, yes. If you add -lbind to LIBS you need to be sure
you add whatever -lbind depends upon to the environment
as well.