[gnutls-devel] Missing function. Where is version_to_entry defined?
Nikos Mavrogiannopoulos
nmav at gnutls.org
Thu Feb 12 13:00:46 CET 2015
On Thu, Feb 12, 2015 at 9:59 AM, JONES, BILL <rj7252 at att.com> wrote:
> GNUTLS Team,
> So I did some digging around...
> as previously stated, make --recon check produces this link command:
>
> echo " CCLD " gc;/bin/bash ../libtool --silent --tag=CC --mode=link cc
> -no-install -R/appl/local-201501ss/lib -R/usr/lib
> -L/appl/local-201501ss/lib -L/opt/solarisstudio12.3/lib
> -L/opt/solarisstudio12.3/lib -o gc gc.o ../lib/libgnutls.la ../gl/libgnu.la
> libutils.la -lsocket -lnsl -lnsl -lintl -lgen
> If I add "../lib/algorithms/libgnutls_alg.la" to it link so:
> echo " CCLD " gc;/bin/bash ../libtool --silent --tag=CC --mode=link cc
> -no-install -R/appl/local-201501ss/lib -R/usr/lib
> -L/appl/local-201501ss/lib -L/opt/solarisstudio12.3/lib
> -L/opt/solarisstudio12.3/lib -o gc gc.o ../lib/libgnutls.la ../gl/libgnu.la
> ../lib/algorithms/libgnutls_alg.la libutils.la -lsocket -lnsl -lnsl -lintl
> -lgen
You shouldn't need to add libgnutls_alg.la there. libgnutls_alg.la is
part of libgnutls.la. You may be hitting a libtool bug for the
platform you are.
More information about the Gnutls-devel
mailing list