Hi,

I downloaded the above package along with a whole lot of other gcc3.0 
packages. Upon installing alongside gcc2.96 I find that I am missing a 
few files...namely gcc-3.0.

 >ls -laF /usr/bin/gcc*
lrwxrwxrwx    1 root     ctools         21 Apr 29 02:00 /usr/bin/gcc -> 
/etc/alternatives/gcc*
-rwxr-xr-x    2 root     root        86972 Jun  4 13:05 /usr/bin/gcc-2.96*
-rwxr-xr-x    1 root     root           21 Jun 18 16:12 
/usr/bin/gcc300-version*

In addition when I install the colorgcc (version 3.0) it doesnt start up 
instead it complains about

 > gcc -v
Can't exec "/usr/local/bin/gcc": No such file or directory at 
/usr/lib/perl5/5.6.1/IPC/Open3.pm line 230.
open3: exec of /usr/local/bin/gcc -v failed at /usr/bin/gcc line 208

 >ls -laF /etc/alternatives/gcc*
lrwxrwxrwx    1 root     root           21 Jun 20 08:48 
/etc/alternatives/gcc -> /usr/bin/colorgcc-3.0*

It seems that colorgcc-3.0 has got paths for the various compilers to 
/usr/local/bin...which gcc3.0 doesnt install to

sub initDefaults
{
    $compilerPaths{"gcc"} = "/usr/local/bin/gcc";
    $compilerPaths{"g++"} = "/usr/local/bin/g++";
    $compilerPaths{"cc"}  = "/usr/bin/cc";
    $compilerPaths{"c++"} = "/usr/local/bin/c++";

Any help would be appreciated. Thanks

Mark


Reply via email to