Linux-Noob Forums

Full Version: FC3 cannot find C compilers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Hi.

Whenever i try to ./configure a program I get the following output:

checking for style of include used by make... GNU

checking for gcc... no

checking for cc... no

checking for cc... no

checking for cl... no

configure: error: no acceptable C compiler found in $PATH

 

when i do ./configure CC=/usr/local2/bin/gcc it finds gcc but still says there is no C compiler

 

how do i specify a c compiler, and where would one be found? or how do i permanantly add it to $PATH so it is used everytime?

thanks

brent


hi

 

read this thread

 

cheers

 

anyweb


just a tip for your next installation.

 

Include the development tools. :P

I had the same prob as you and sorted it relatively easily.