'-static' with still one ".so"?

John Love-Jensen eljay@adobe.com
Wed May 3 11:22:00 GMT 2006


Hi Philippe,

> I would like to create a static binary but nevertheless link to one
> ".so" (in a perfect world, I would prefer it to be fully static, but
> this one a commercial library for which there is no static version).

You can't.

The application that links to your .a needs to link to the necessary .so.

HTH,
--Eljay



More information about the Gcc-help mailing list