Page MenuHome GnuPG

libgcrypt 1.6.1 not compiling (visibility problem?)
Closed, ResolvedPublic

Description

linux with gcc 4.8.2 and libgpg-error 1.12

Making all in src
make[2]: Entering directory '/sources/gnupg/libgcrypt-1.6.1/src'
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -fvisibility=hidden -Wall

-o mpicalc mpicalc-mpicalc.o libgcrypt.la -lgpg-error

libtool: link: gcc -g -O2 -fvisibility=hidden -Wall -o .libs/mpicalc
mpicalc-mpicalc.o ./.libs/libgcrypt.so /usr/lib64/libgpg-error.so -Wl,-rpath
-Wl,/usr/lib64
./.libs/libgcrypt.so: undefined reference to `_gcry_USE_THE_UNDERSCORED_FUNCTION'
collect2: error: ld returned 1 exit status
Makefile:646: recipe for target 'mpicalc' failed
make[2]: * [mpicalc] Error 1
make[2]: Leaving directory '/sources/gnupg/libgcrypt-1.6.1/src'
Makefile:414: recipe for target 'all-recursive' failed
make[1]:
* [all-recursive] Error 1
make[1]: Leaving directory '/sources/gnupg/libgcrypt-1.6.1'
Makefile:345: recipe for target 'all' failed
make: *** [all] Error 2

Event Timeline

Is this still a problem with 1.6.2 ?

werner lowered the priority of this task from Unbreak Now! to Normal.Dec 19 2014, 9:08 AM
werner added a project: libgcrypt.

Not a problem with 1.6.2
thank you

On 12/19/14, Werner Koch via BTS <gnupg@bugs.g10code.com> wrote:

Werner Koch <wk@gnupg.org> added the comment:

Is this still a problem with 1.6.2 ?


category: -> libgcrypt
priority: critical -> bug
status: unread -> chatting


g10 Code's BTS <gnupg@bugs.g10code.com>
<T1619>


werner claimed this task.