Hello Simon,
* Simon Richter wrote on Thu, Jan 18, 2007 at 04:36:57PM CET:
>
> Is there any way to tell libtool "Yes, I know this thing is
> not going to be installed, but I'd like to have a shared library anyway."?
Yes.
module_LDFLAGS = -rpath /doesnotmatter
Hope that helps.
Cheers,
Ralf
Hello,
I'm trying to write testcases for a plugin loader (basically a C++
wrapper around ltdl that takes care of registering the new creators in
the factories), and for this, I need to link a plugin that is then
supposed to be loaded from the testcases.
For some reason, libtool builds said p