gnutls-devel
[Top][All Lists]
Advanced

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

[gnutls-dev] Re: Compile problem and missing symbol gc_pkcs5_pbkdf2_sha1


From: Simon Josefsson
Subject: [gnutls-dev] Re: Compile problem and missing symbol gc_pkcs5_pbkdf2_sha1 and a possible fix?
Date: Thu, 14 Apr 2005 16:48:08 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

Mats Rojestal <address@hidden> writes:

> I get a missing symbol when i try to build gnutls-1.2.1
> and the missing symbols is gc_pkcs5_pbkdf2_sha1 however i added
> this patch to Makefile.in and did a configure and now it
> compiles and links cleanly.

That symbol should be part of crypto/libgc.la, which should be linked
into libgnutls.la by lib/Makefile.am in:

libgnutls_la_LIBADD = ../crypto/libgc.la x509/libgnutls_x509.la \

Can you check that gc_pkcs5_pbkdf2_sha1 is defined in crypto/libgc.la?
And then why it isn't picked up by the linker when linking
lib/gnutls.la?

Which OS is this?

Thanks.



reply via email to

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