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.

        As others have mentioned, these articles are likely talking about
        impact on static linking executable size once 'stripped'.

        As far as the libs themselves, libfltk.a hasn't gained much weight
        over the years.. only during the beginning did it jump a bit, due
        to added functionality from 1.0 -> 1.1, and from 1.1 -> 2.0:

[EMAIL PROTECTED] # ls -la /usr/local/src/fltk*/lib/libfltk.a
-rw-r--r--  1 root root  562106 Feb 23  2002 
/usr/local/src/fltk-1.0.7/lib/libfltk.a
-rw-r--r--  1 root root  492126 May  7  2001 
/usr/local/src/fltk-1.0.9/lib/libfltk.a
-rw-r--r--  1 root root  713740 Mar  4  2002 
/usr/local/src/fltk-1.1.0b10/lib/libfltk.a
-rw-r--r--  1 root root  722096 Mar  4  2002 
/usr/local/src/fltk-1.1.0b11/lib/libfltk.a
-rw-r--r--  1 root root  763126 Jul 29  2003 
/usr/local/src/fltk-1.1.3/lib/libfltk.a
-rw-r--r--  1 root root  766898 Feb 28  2004 
/usr/local/src/fltk-1.1.4/lib/libfltk.a
-rw-r--r--  1 root root  765912 Aug 29  2003 
/usr/local/src/fltk-1.1.4rc2/lib/libfltk.a
-rw-r--r--  1 root root  780266 Nov 22  2004 
/usr/local/src/fltk-1.1.5/lib/libfltk.a
-rw-r--r--  1 root root  771158 Jul  5  2004 
/usr/local/src/fltk-1.1.5rc1/lib/libfltk.a
-rw-r--r--  1 root root  782214 Oct 24  2004 
/usr/local/src/fltk-1.1.5rc3/lib/libfltk.a
-rw-r--r--  1 root root  781406 Dec 15  2004 
/usr/local/src/fltk-1.1.6-hacked/lib/libfltk.a
-rw-r--r--  1 root root  779174 Jan 12  2007 
/usr/local/src/fltk-1.1.7/lib/libfltk.a
-rw-r--r--  1 root root  818826 Aug 16 12:26 
/usr/local/src/fltk-1.1.x-svn/lib/libfltk.a
-rw-r--r--  1 root root  995308 Feb 27  2006 
/usr/local/src/fltk-2.0svn/lib/libfltk.a

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

Reply via email to