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