gnucap-devel
[Top][All Lists]
Advanced

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

Re: [Gnucap-devel] CMake


From: Felix Salfelder
Subject: Re: [Gnucap-devel] CMake
Date: Tue, 17 Feb 2015 13:35:53 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Feb 17, 2015 at 09:37:08AM +0100, Felix Salfelder wrote:
> i'll have a look today.

a first test case, to get an idea.

$ mkdir b; cd b
$ cmake ..
$ make
$ main/gnucap
[..]
load libgnucap-default-plugins.so
     ^ ? libgnucap-default-plugins.so: cannot open shared object file: No such 
file or directory

sure, that's not your fault -- RUNPATH (or wrapper setting
LD_LIBRARY_PATH) is missing.

but i wonder what

+target_link_libraries(gnucap-default-plugins gnucap)

is supposed to do (commit 52baf456bd)... i get
$ make install DESTDIR=/tmp/guitorri
$ ldd 
/tmp/guitorri/usr/local/lib/x86_64-linux-gnu/gnucap/libgnucap-default-plugins.so
 
[..]
libgnucap.so => /usr/local/lib/libgnucap.so (0x00007fc36f451000)
[..]
if there's a connection, it's a bug. plugins should\ not/must\ not link
to libgnucap.so. the symbols are available already.

thank you
felix



reply via email to

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