I have a set of cpp files that I want to compile directly into a binary and also to compile into a shared library.
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
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.
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:
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
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
I am working on a project which is built using autoconf, automake and libtool. The project is distributed in both binary and source form.
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开发者
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
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