libgcrypt-config provides an inconsistent result
Bug #838187 reported by
Guillaume Emont
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libgcrypt11 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
On ubuntu 11.04, libgcrypt-config gives the following linking parameters:
$ libgcrypt-config --libs
-L/lib/
But there is no libgcrypt.so in /lib/x86_
$ /sbin/ldconfig -p | grep libgcrypt.so$
This means that any project using libgcrypt-config or AM_PATH_LIBGCRYPT() to compile against gcrypt will fail to compile.
To post a comment you must log in.
This is fixed in libgcrypt11 (1.5.0-1) .
Just out of interest, does /this/ really break compilation in "any project using libgcrypt-config or AM_PATH_ LIBGCRYPT( )"? Both /lib/x86_ 64-linux- gnu and /usr/lib/ x86_64- linux-gnu are in the standard gcc search path, the -L argument is superfluous. (The libtoool related breakage is a different bug - LP #751142 )