souce of gcc
Steven Susbauer
steven at too1337.com
Wed Nov 3 03:29:42 UTC 2010
On 11/2/10 10:09 PM, eric lin wrote:
> thx your link
> I tried
> sudo aptitude install build-essential
> but where is my gcc 4.4.3 source code?
> I searched var, usr 's src, cannnot find it
> looking to see advancer's help and/or suggestion again, eric, fsshl at luxmail.com
apt-get install gcc-4.4-source
It will be in /usr/src/gcc-4.4. (The source itself in
/usr/src/gcc-4.4/gcc-4.4.3.tar.xz)
You only need build-essential to actually compile things.
More information about the ubuntu-users
mailing list