Re: [SLUG] Music Notation Software.

From: Eben King (eben1@tampabay.rr.com)
Date: Wed Jan 05 2005 - 10:00:16 EST


On Wed, 5 Jan 2005, Ronald KA4INM Youvan wrote:

> > In Keeping with trying to make this distro tiny and
> > efficient they used tcc as their choice.. therefore in
> > the code somewhere it points to GCC and will need to
> > either install GCC ( which has some issues involved)
> > or pointing the install script to the TCC compiler.
>
> gcc here is 81,200, how big is tcc?

But the true measure is gcc PLUS all of its support libraries:

[eben@pc eben]$ for package in `rpm -qa | grep gcc` ; do rpm -ql $package;
done | xargs du -hc 2> /dev/null | tail -1
40M total

And just for kicks:

[eben@pc eben]$ rpm -qa | grep gcc
libgcc-3.2-7
gcc-3.2-7
gcc-c++-3.2-7

If you decided not to have C++ support:

[eben@pc eben]$ for package in `rpm -qa | grep gcc | grep -v ++` ; do rpm
-ql $package; done | xargs du -hc 2> /dev/null | tail -1
34M total

-- 
-eben    ebQenW1@EtaRmpTabYayU.rIr.OcoPm    home.tampabay.rr.com/hactar
VIRGO:  All Virgos are extremely friendly and intelligent - except
for you.  Expect a big surprise today when you wind up with your
head impaled upon a stick.  -- Weird Al, _Your Horoscope for Today_

----------------------------------------------------------------------- This list is provided as an unmoderated internet service by Networked Knowledge Systems (NKS). Views and opinions expressed in messages posted are those of the author and do not necessarily reflect the official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:04:37 EDT