Page MenuHome GnuPG

gnutls reports undefined symbols when creating libgnutls_openpgp.la
Closed, InvalidPublic

Description

System: iMactel running OSX 10.5.2

I've been trying to compile gnutls 2.2.2 but I keep getting a undefined symbol
error when making libgnutls_openpgp.la.

The undefined symbol errors produced are:

Undefined symbols:

"_deflate", referenced from:
    _compress_data in compress.o
"_inflateEnd", referenced from:
    __cdk_filter_compress in compress.o
    __cdk_filter_compress in compress.o
"_inflateInit2_", referenced from:
    __cdk_filter_compress in compress.o
"_inflate", referenced from:
    __cdk_filter_compress in compress.o
    __cdk_filter_compress in compress.o
"_deflateInit_", referenced from:
    __cdk_filter_compress in compress.o
"_deflateEnd", referenced from:
    __cdk_filter_compress in compress.o
"_deflateInit2_", referenced from:
    __cdk_filter_compress in compress.o
"_inflateInit_", referenced from:
    __cdk_filter_compress in compress.o

ld: symbol(s) not found
collect2: ld returned 1 exit status
make[3]: * [libgnutls-extra.la] Error 1
make[2]:
* [all-recursive] Error 1
make[1]: * [all-recursive] Error 1
make:
* [all] Error 2

Initially I installed all the individual libraries and then used the internal
libraries of gnutls
but I still get the same errors. For some odd reason gnutls does not want to
recognise the
external library opencdk and defaults to the internal included library.

Is this an issue related to libgcrypt or gnutls?

A.

Details

Version
1.3.0

Event Timeline

ASGR added projects: libgcrypt, Bug Report.
ASGR added a subscriber: ASGR.
werner removed a project: Bug Report.
werner added a project: Mistaken.