gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnutls-dev] Re: `make check` failure on Solaris 2.7


From: Simon Josefsson
Subject: [gnutls-dev] Re: `make check` failure on Solaris 2.7
Date: Thu, 17 Mar 2005 14:42:56 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

Heiko Stamer <address@hidden> writes:

> Hello gnutls-team,
>
> during the build of the gnutls 1.2.0 tests on sparc/SunOS 5.7 (Solaris 2.7)
> platform the following error occured. It seems to me that the necessary
> linker switch "-lresolv" is missing (or was not properly configured).

My SunOS 5.9 man page suggest -lsocket -lnsl is the appropriate
switches:

     cc [ flag ... ] file ... -lsocket -lnsl [ library ... ]

Is this different in 5.7?

I'll try to write a good autoconf test for this.  It seems it is
slightly more complicated than merely AC_CHECK_LIB(nsl, inet_ntop,,,
-lsocket).  Or maybe it isn't..

Thanks,
Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]