DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L1799
Version: 1.1-current


Another possibility with gcc is to take advantage of the -Bdynamic and
-Bstatic flags.

# this will make fltk2 link statically, and all other libraries
# following it to link dynamically.
-L/path_to_fltk/lib -Wl,-Bstatic -lfltk2 -Wl,-Bdynamic


Link: http://www.fltk.org/str.php?L1799
Version: 1.1-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to