I\'m using libltdl in my C code to dynamically load libtool made shared object files. Apparently a reference count is i开发者_JS百科nternally kept for each module handle returned by libtool\'s version
I started to build xmlsec and noticed that it wouldn\'t recognize my libltdl library on my computer. I started hunting and it turns out that the symbolic link libltld.so -> libltdl.so.3 was missing!
First i have \"include_HEADERS = \'my public headers\'\" and \"libfoobar_la_SOURCES = \'private sources\' \'private headers\'\". All is fine. It compile/install/link. But when i do \"nm -C
I\'m trying to compile a library using libtool. The problem is that I have several source files with the same filename in several directories. Because of the that, during autoreconf, libtoolize throws
so I h开发者_开发知识库ave some code that uses dlopen for loading libraries, and I want it to work on a bluegene system, but I don\'t have a bluegene to test things on, and I\'ve never directly worked
I have some autotools-managed project. Apart from source code files it has autogen.sh, configure.ac, Makefile.am, src/Makefile.am.
I have a project that is a library that links against libresolv, It works fine on recent distros: Ubuntu 10.xFedora 13, Mandriva
I have a library built using libtool which is install into the package\'s library directory, /usr/local/li开发者_开发技巧b/myprog/libmylib.so. I\'m dynamically loading the library in my code with libl
I am currently recompiling gtk+ and dependencies from source (I have no other choices). All my custom packages are installed in a specific custom point (let\'s call it /packages) (it can seem odd but
In my Makefile.am, I have SUBDIRS = libltdl . This is because I want to be able to use the version of libltdl included with my package (i.e. ./configure --with-included-ltdl). However, I occasional