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. I help myself by setting LD_LIBRARY_PATH when developping my programs. The libraries get installed into /usr/local/lib or /usr/lib, which are searched automatically, so this is not a problem after installation. Tommi