Re: Convert dynamic lib to static lib

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Rob,

I don't know of any way to make a dynamically linked library (.dll or .so) into a statically linked archive library (.lib or .a).

I believe you'll have to recompile the source of the two .dll's (or at minimum, ar together the .o files - presuming there's no DLL instrumentation that happens to the object files at compile time) as an archive library instead of a shared library.

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux