Different object lists for static and shared libraries

2009-06-27 Thread Charles Wilson
I have a library that I'm building using libtool. When built statically, I want it to include a certain list of object files. When linking that library dynamically, I want to add an additional object (windows resources, compiled using windres). I already have it working so that BOTH versions get

Re: libltdl.so: undefined reference to `dlopen_LTX_get_vtable'

2009-06-27 Thread Ralf Wildenhues
Hello Fabiano, * Fabiano Sidler wrote on Fri, Jun 26, 2009 at 09:20:46PM CEST: > Now, probably more interesting: > ./libtool: 1: find: not found > ./libtool: 1: find: not found That's your issue, I bet. Would've been better to see stdout and stderr intermingled, to be certain, but your best bet