Results 1 to 3 of 3
no acceptable cc found in $PATH
I was trying to install proZilla. while compiling this message came with other messagestoo.
So what should i do to rectify this
Thanks...
- 05-01-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 6
error message from mandriva
no acceptable cc found in $PATH
I was trying to install proZilla. while compiling this message came with other messagestoo.
So what should i do to rectify this
Thanks
- 05-01-2008 #2
Either cc/gcc are not installed or they are, but not in your PATH
to check your path!Code:echo $PATH
andCode:whereis cc
or you can try:Code:whereis gcc
If you cannot find cc/gcc, then install the development packages. Most distros allow you to use the package management tool to select 'development' and all the required packages will be installed.Code:rpm -q gcc
Cheers!
- 05-01-2008 #3
Setup the various main, contrib, plf and updates repositories for your version of Mandriva using the instructions at EasyUrpmi. After that use the GUI package manager to install gcc or run
Code:#urpmi gcc


Reply With Quote
