>    Sadly, I can not make use of the "no-shared" option as I still need the
    shared libraries to be built.
  
Statically linking against files built for shared libraries is possible on many 
platforms (link against the .a even though .so exists), but not all platforms.

You can always build twice.

Reply via email to