Re: Static compilation to generate shared library

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

 



Brian Dessent wrote:
> Either make your library a standard static library or a standard shared
> library, not this mutant "it's a shared library but it's not" thing.
>   
Along those lines, you can dlopen() a .so and find entry points manually
if you want to avoid making a shared object  application (e.g. link both
statically).

it's less convenient but not impossible.

Tom

[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