Re: [gentoo-user] gcc but no cc

2013-11-19 Thread Alan McKinnon
On 19/11/2013 11:21, Adam Carter wrote: > It's an identical file to gcc, but not a hard link: > > > alanm@khamul ~ $ ls -al /usr/bin/cc > -rwxr-xr-x 1 root root 10424 Nov 16 00:43 /usr/bin/cc > > alanm@khamul ~ $ ls -al /usr/bin/gcc > -rwxr-xr-x 1 root root 10424 Nov 16 00:43 /us

Re: [gentoo-user] gcc but no cc

2013-11-19 Thread Adam Carter
It's an identical file to gcc, but not a hard link: > > alanm@khamul ~ $ ls -al /usr/bin/cc > -rwxr-xr-x 1 root root 10424 Nov 16 00:43 /usr/bin/cc > > alanm@khamul ~ $ ls -al /usr/bin/gcc > -rwxr-xr-x 1 root root 10424 Nov 16 00:43 /usr/bin/gcc > > alanm@khamul ~ $ diff /usr/bin/cc /usr/bin/gcc >

Re: [gentoo-user] gcc but no cc

2013-11-19 Thread Alan McKinnon
On 19/11/2013 09:48, Adam Carter wrote: > The install for gcc 4.8.2 flaked out a bit (libgcc_s.so.1 went missing, > during the file installation phase, and therefore bash invocations > failed with missing library errors and i later found that libstdc++.so.6 > was also missing). I have since extract

[gentoo-user] gcc but no cc

2013-11-18 Thread Adam Carter
The install for gcc 4.8.2 flaked out a bit (libgcc_s.so.1 went missing, during the file installation phase, and therefore bash invocations failed with missing library errors and i later found that libstdc++.so.6 was also missing). I have since extracted those files from gcc-4.8.2.tbz2 (because FEAT