Re: Dynamic Linkage Problem

2006-02-25 Thread Ralf Wildenhues
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

Re: Dynamic Linkage Problem

2006-02-22 Thread Tommi Mäkitalo
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.

Dynamic Linkage Problem

2006-02-21 Thread Benjamin Grauer
-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