Hi Benjamin, Tommi,
* Benjamin Grauer wrote on Tue, Feb 21, 2006 at 04:42:07PM CET:
>
> i have a problem using automake with Dynamic Library loading (runtime)
This is really a Libtool issue.
> src/program
>
> src/entities/libModule.la
>
> now when i want to link at runtime against src/entitie
Am Dienstag, 21. Februar 2006 16:42 schrieb Benjamin Grauer:
> Hi there
>
> i have a problem using automake with Dynamic Library loading (runtime)
>
...
>
> Benjamin
Hi
I do it in my project Tntntet (www.tntnet.org). The problem is, that automake
does not put your @libdir@ in the search-path.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi there
i have a problem using automake with Dynamic Library loading (runtime)
what i have is the following:
src/program
src/entities/libModule.la
now when i want to link at runtime against src/entities/libModule.la,
lt_dlopen reports that the fi