On Wednesday 16 October 2002 3:30 pm, Jean-Marc Lasgouttes wrote: > In my lyx-devel tree, I get: > > fantomas: du -sk boost > 3503 boost > fantomas: du -sk src > 8915 src > fantomas: du -sk ../1.2.x/boost/ > 409 ../1.2.x/boost/ > fantomas: du -sk ../1.2.x/src/ > 7942 ../1.2.x/src/ > > So now boost accounts for almost 30% of our source code... > > And is the growth since the one we had in 1.2.x really worth > the new uses it has?
Ha! You wait till you compile the thingie. With gcc-2.95 and Linux Alpha I get aleem@thorax:devel$ du -ks build-xforms 703568 build-xforms aleem@thorax:devel$ du -ks build-qt 779344 build-qt aleem@thorax:devel$ ls -l build-xforms/src/lyx -rwxrwxr-x 1 aleem aleem 183449891 Oct 16 15:46 build-xforms/src/lyx aleem@thorax:devel$ ls -l build-qt/src/lyx -rwxrwxr-x 1 aleem aleem 190649955 Oct 16 15:02 build-qt/src/lyx That's 1.5 GIGABYTES to build 2 lyx executables!!!!! With cxx 6.3 and Tru64 4.0e I get aleem@pneumon:devel-> du -ks build-xforms 50106 build-xforms aleem@pneumon:devel-> du -ks build-qt 52956 build-qt aleem@pneumon:devel-> ls -l build-xforms/src/lyx -rwxrwxr-x 1 aleem users 13967360 Oct 15 20:37 build-xforms/src/lyx* aleem@pneumon:devel-> ls -l build-qt/src/lyx -rwxrwxr-x 1 aleem users 14049280 Oct 15 22:09 build-qt/src/lyx* A measly 100MBytes. Angus
