libtool
Access to libltdl's module reference count
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[详细]
2023-02-24 09:18 分类:问答Does libtool get used after building a program?
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![详细]
2023-02-12 07:59 分类:问答automake+libtool+c++ = very bloated interface
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[详细]
2023-02-10 08:09 分类:问答how to make a library with libtool if there are sources with the same filename in several directories
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[详细]
2023-02-07 01:27 分类:问答Do Bluegene systems support ltdl or any other kind of dlopen() support?
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[详细]
2023-02-04 22:40 分类:问答How to switch between shared library output and executable output in libtool/autotools projects?
I have some autotools-managed project. Apart from source code files it has autogen.sh, configure.ac, Makefile.am, src/Makefile.am.[详细]
2023-01-29 19:13 分类:问答undefined reference when linking against libresolv
I have a project that is a library that links against libresolv, It works fine on recent distros: Ubuntu 10.xFedora 13, Mandriva[详细]
2023-01-21 03:41 分类:问答dlopen fails with file not found when file is in correct path
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[详细]
2023-01-20 04:56 分类:问答Libtool think that a "library was moved" but it isn't the case
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[详细]
2023-01-18 20:43 分类:问答Exploding recursive make with libltdl
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[详细]
2023-01-17 00:56 分类:问答