> > I think that it's GNU/gcc (linker) specific: -Bstatic and -Bdynamic, > but I didn't look it up in the gcc docs. However, I remember > that I have seen it before as well.
Oh yes - check the manual, that's a good idea. Here's what the binutils manual says about the options to ld... --- -Bstatic -dn -non_shared -static Do not link against shared libraries. This is only meaningful on platforms for which shared libraries are supported. The different variants of this option are for compatibility with various systems. You may use this option multiple times on the command line: it affects library searching for -l options which follow it. This option also implies --unresolved-symbols=report-all. --- Which does sound like it might be what we want... > BTW.: I don't think that I can find the time to look at this > issue much > more this week, Me neither, sorry to say... SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
