Hi rescue workers ;-)
Newbie needs some help. Ok, I am not a total newbie, but I have troubles with a very elementary thing. I've recently installed kubuntu and when I type 'gcc' or 'make' in Konsole it says command not found:
laptop:/$ gcc
bash: gcc: command not found
laptop:/$ make
bash: make: command not found
Problem is that apt-get install says that both utils are already installed!
laptop:/usr/lib/gcc/i486-linux-gnu/4.0.3/include$ sudo apt-get install gcc-4.0-base
Reading package lists... Done
Building dependency tree... Done
gcc-4.0-base is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Now...the question is .... where?
When I search the filesystem with:
find / -name gcc
, it only finds a directory which contains:
laptop:/usr/lib/gcc/i486-linux-gnu/4.0.3/include$ ls
mcpp_gcc40_predef_old.h mcpp_gxx40_predef_old.h
mcpp_gcc40_predef_std.h mcpp_gxx40_predef_std.
Can somebody help me please!?
Thanks in advance.
Newbie needs some help. Ok, I am not a total newbie, but I have troubles with a very elementary thing. I've recently installed kubuntu and when I type 'gcc' or 'make' in Konsole it says command not found:
laptop:/$ gcc
bash: gcc: command not found
laptop:/$ make
bash: make: command not found
Problem is that apt-get install says that both utils are already installed!
laptop:/usr/lib/gcc/i486-linux-gnu/4.0.3/include$ sudo apt-get install gcc-4.0-base
Reading package lists... Done
Building dependency tree... Done
gcc-4.0-base is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Now...the question is .... where?
When I search the filesystem with:
find / -name gcc
, it only finds a directory which contains:
laptop:/usr/lib/gcc/i486-linux-gnu/4.0.3/include$ ls
mcpp_gcc40_predef_old.h mcpp_gxx40_predef_old.h
mcpp_gcc40_predef_std.h mcpp_gxx40_predef_std.
Can somebody help me please!?
Thanks in advance.
Comment