Click to See Complete Forum and Search --> : Path to GCC


Mr Myaghi
11-13-2001, 08:14 AM
Newbie question. I was trying to install everybuddy. It says I have no compiler or that it's not in the $PATH. I have gcc 3.0 (checked the package manager). How do I link??? Could it be something ln -s blablabla??
Please help

eXtremist
11-13-2001, 08:15 AM
When you type 'gcc' at a command line do you get anything? If yes type 'which gcc' to find out the path to the executable.

Mr Myaghi
11-13-2001, 09:44 AM
When I typ gcc it says: "bash: gcc: command not found". If I type which gcc it says: "which: no gcc in (/bin:/usr/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:
/usr/X11R6/bin:/usr/games:/home/david/bin:/usr/X11R6/
bin:/usr/games:/home/david/bin)

satchmodian
07-13-2002, 12:49 PM
I am having the exact same problem. I just did apt-get install gcc-3.0. It installed the thing, but it says no cc found when I try to compile something.

I would think I have to put something in my path, but I don't know what.