You are not logged in.

#1 2005-09-30 14:26:36

dlin
Member
From: Taipei,Taiwan
Registered: 2005-09-21
Posts: 265

[Suggest] remove gcc dependency on most base pakage

I found we only need the gcc dynamic libarary when running,  So, could we build an libstc++ library, instead using the 'gcc' always?

I think in this approach, can save more space on systems which just using the package without compile.


Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages

Offline

#2 2005-09-30 18:13:05

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [Suggest] remove gcc dependency on most base pakage

How much space? At most it will save like 10MB

Offline

#3 2005-10-01 09:29:02

dlin
Member
From: Taipei,Taiwan
Registered: 2005-09-21
Posts: 265

Re: [Suggest] remove gcc dependency on most base pakage

For gcc-3.4.3-2.pkg.tar.gz, after extrat, it occupy 72381 k.


# du -ks *
   296   bin
38904   include
  4608   lib
25108   libexec
    308   man
  3138   share

for libary only, we can keep lib & share
that's will total 3138+4608 = 7746 k.

So, that will save about 65 MB.
And prevent user who compile his own util by gcc (security consideration).


Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages

Offline

Board footer

Powered by FluxBB