Results 1 to 10 of 12
Hey I am installing an ftp server using VSFTPD and when i type in the command MAKE i get this
gcc -c main.c -O2 -Wall -W -Wshadow -idirafter dummyinc
make: ...
- 03-29-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 9
VSFTPD make: gcc: Command not found
Hey I am installing an ftp server using VSFTPD and when i type in the command MAKE i get this
gcc -c main.c -O2 -Wall -W -Wshadow -idirafter dummyinc
make: gcc: Command not found
make: *** [main.o] Error 127
I dont understand why but I do............ Please any help would be greatly appreciated!
- 03-30-2005 #2Linux Newbie
- Join Date
- Mar 2005
- Posts
- 230
well here's the obvious question. Is gcc installed? If so, where is it, and is that directory in your path?
- 03-30-2005 #3Just Joined!
- Join Date
- Mar 2005
- Posts
- 9
/usr/libexec/gcc is where I believe it is located!
- 03-30-2005 #4Linux Newbie
- Join Date
- Mar 2005
- Posts
- 230
strange location. My gcc is located in /usr/bin/gcc. Look at the response for the following command:
ls -l /usr/bin/gcc
Does it exist?
- 03-30-2005 #5Just Joined!
- Join Date
- Mar 2005
- Posts
- 9
Nope no such file but
l/usr/libexec/gcc/i386-redhat-linux/3.4.2/cc1
That's all i've got under gcc though!
- 03-30-2005 #6Linux Newbie
- Join Date
- Mar 2005
- Posts
- 230
ah, so that gcc you mentioned was just a directory. You need to install gcc.
http://gcc.gnu.org
- 03-30-2005 #7Just Joined!
- Join Date
- Mar 2005
- Posts
- 9
Now I have saved the link to usr/bin/gcc and it still gives me the same message am I doing something wrong?
- 03-30-2005 #8Linux Newbie
- Join Date
- Mar 2005
- Posts
- 230
Saved what link? Did you install gcc?
- 03-30-2005 #9Just Joined!
- Join Date
- Mar 2005
- Posts
- 9
I saved the link of the last version on this page
ftp://mirrors.laffeycomputer.com/pub.../gcc/releases/
- 03-30-2005 #10Linux Newbie
- Join Date
- Mar 2005
- Posts
- 230
Well saving a link isn't going to help you.
ftp://mirrors.laffeycomputer.com/pub...c-3.4.3.tar.gz
Downloading that and following the instructions on how to install it would though.


