FC3 cannot find C compilers - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html) +---- Forum: Compiling (https://www.linux-noob.com/forums/forum-29.html) +---- Thread: FC3 cannot find C compilers (/thread-3038.html) |
FC3 cannot find C compilers - brent - 2004-11-29 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 FC3 cannot find C compilers - anyweb - 2004-11-29 hi read this thread cheers anyweb FC3 cannot find C compilers - lerum - 2004-11-29 just a tip for your next installation. Include the development tools. :P I had the same prob as you and sorted it relatively easily. |