libtool
how to create binary and .so using libtool
I have a set of cpp files that I want to compile directly into a binary and also to compile into a shared library.[详细]
2023-01-13 14:30 分类:问答Generating IDL entities using automake/Makefile.am
For those unfamiliar with IDL (interface description language), it abstracts data description for use across platforms (java, c, c++, etc). My project has dependencies Foo.c, Foo.h, FooHelper.c, and F[详细]
2023-01-10 09:12 分类:问答dynamic_cast an interface from a shared library which was loaded by lt_dlopen(libtool) doesn't work
This is about plugin features in my program. I need a C++ class(and object) in a plugin could be used by main module through an interface.[详细]
2023-01-07 03:53 分类:问答When converting to libtool automake and autoconf can't find libtool
I\'m trying to convert libcsv to use libtool so I can use it on mac os x without mangling the makefile.When I try to run the makefile generated from the tools I get the following error:[详细]
2023-01-06 06:51 分类:问答Simple libtool alternative?
Being perfectly satisfied with old-style Makefiles, I am looking for a simple alternative to libtool. I do not want to switch to automake, and I keep running into problems with libtool when I try to u[详细]
2022-12-21 18:58 分类:问答Is it possible to specify specific flags/define for DLL/SO build?
How can I specify some unique flags for DLL only builds. By default libtool adds -DDLL_EXPORT which is fine for most projects that follow GNU conventions, but if I work, for example, with Boost I may[详细]
2022-12-15 09:50 分类:问答Is it possible to link some — but not all — libraries statically with libtool?
I am working on a project which is built using autoconf, automake and libtool. The project is distributed in both binary and source form.[详细]
2022-12-14 10:10 分类:问答Autoconf - Where does config.h go?
I\'m writing my own unit testing library (using autoconf, automake, and libtool) to better fit my needs (I don\'t need a super large amount of features, just a test runner and assertions). I have开发者[详细]
2022-12-12 22:12 分类:问答Using libtool to load a duplicate function name from a shared library
I\'m trying to create a \'debug\' shared library (i.e., .so or .dll file) that calls another \'real\' shared library that has the same C API as the debug library (in this case, to emulate the PKCS#11[详细]
2022-12-10 23:12 分类:问答Debian dropped support for .la files; how do I build now?
Background I recently came across the fuppes UPnP media server and it seemed great. I installed it on my home server and started using it to stream video to my XBox. It worked really really well and[详细]
2022-12-10 13:42 分类:问答