eric wrote: > I complied the FLTK, and get its libraries. And the libfltk.a file is more > than 700k. But some articles say the core of FLTK is 114k.
The full library "libfltk.a" is not "the core of FLTK". > Here are the words > > Here are some of the core features unique to FLTK: > The "core" (the "hello" program compiled & linked with a static FLTK library > using gcc on a 486 and then stripped) is 114K. Well, I think this is still almost (but not completely) true nowadays. The following sizes are from FLTK 1.1.8 (svn r5837). My smallest executables in the FLTK test folders are about 178 KB, the smallest being "minimum.exe" (Windows version). The linux versions are very similar in size. My libfltk.a (Windows) is about 960 KB, but there are some more libraries to count, if you want to know the total size. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

