shared libs depending on static libs on x86

2006-03-09 Thread Jason Kraftcheck
convenience objects used for the static version of the final library? Did I miss something? thanks, - jason kraftcheck ___ http://lists.gnu.org/mailman/listinfo/libtool

runtime module question

2007-05-22 Thread Jason Kraftcheck
Hi, I'd like to use libltdl to use two libraries in a application, where both libraries have exactly the same API. I'm reasonably sure this will work on platforms that support shared libraries. However, I will also need to make this work on a couple of platforms that do not. From the libltdl do

help with C API in C++ static library

2010-01-15 Thread Jason Kraftcheck
, - jason kraftcheck ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: help with C API in C++ static library

2010-01-15 Thread Jason Kraftcheck
Harring Figueiredo wrote: > Was the C API code explicilty marked as C so that the compiler does not > mangle the fucntion names? Check to make sure this is not happening. > Thanks for taking the time to reply. Unfortunately, the problem isn't this simple. I have marked the function names as 'e

Re: help with C API in C++ static library

2010-01-15 Thread Jason Kraftcheck
Ralf Wildenhues wrote: > Hello Jason, > > * Jason Kraftcheck wrote on Fri, Jan 15, 2010 at 07:10:21PM CET: >> I am trying to build a static library that is implemented in C++ and has a C >> API. The resulting .la does not appear to include any information >> indicatin