Results 1 to 2 of 2
in my debian system , gcc command is not working , it gives me command not found .
gcc 3.4 is installed in my system but why he give me ...
- 11-17-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 47
gcc command is not found
in my debian system , gcc command is not working , it gives me command not found .
gcc 3.4 is installed in my system but why he give me such kind of error .
i even upgrade it by newer version of gcc from www.debian.org but nothing is solve my problem .
i dont know what to do ,
please help me.
- 11-17-2006 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
are you removed the old gcc?
if yes
make a symlink to the real gcc 3.4 file
rm /usr/bin/gcc
ln -s /usr/bin/gcc-3.4 /usr/bin/gcc


Reply With Quote
