I think you understand that you don't need to install the fltk library at all on a client computer along with your app if it is linked statically, don't you? Just copy the executable and enjoy. All the fltk stuff that your app needs is now inside of your exe.
-- Alex. "eric" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> MacArthur, Ian (SELEX) (UK) schrieb: >> >> > Alternately, use strip at the command line, as: strip <my_app_name> >> > >> > There are many complex things you can do to strip certain parts of the >> > symbolic information and not others, but those simple options are >> > enough >> > for most uses. >> > I have read some replies to the question about "the size of fltk's lib", > but no one has talked about the key problem. I mean the the size of fltk's > lib, but not the size of apps. FLTK is a fast light GUI, but its lib is > still more than 700k, after using strip, the size is still more than 400k. > MY question is: > "Is there any poosible methods to customize FLTK to make its library > smaller or lighter?" > > _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

