Quantcast
Channel: Elliott C. Back » Search Results » linux
Viewing all articles
Browse latest Browse all 5

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

$
0
0

If you get the following command when trying to build a package from source on linux (Fedora 8 in my case), chances are you don’t have GCC installed:

configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

The solution is simple, run one of the following commands to install a C compiler:

CentOS: yum -y install gcc
Fedora: up2date -i gcc

For me, this installed a few additional helper packages to get me started compiling C-code:

Installing:
 gcc                 x86_64      4.1.2-33             fedora              5.3 M
Installing for dependencies:
 cpp                 x86_64      4.1.2-33             fedora              2.9 M
 glibc-devel         x86_64      2.7-2                fedora              2.4 M
 glibc-headers       x86_64      2.7-2                fedora              599 k
 kernel-headers      x86_64      2.6.26.3-14.fc8      updates-newkey      746 k

Viewing all articles
Browse latest Browse all 5

Latest Images

Trending Articles





Latest Images