Re: BUG #1336: configure: error: no acceptable C compiler found in $PATH - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1336: configure: error: no acceptable C compiler found in $PATH
Date
Msg-id 17695.1102273727@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1336: configure: error: no acceptable C compiler found in $PATH  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
List pgsql-bugs
"PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes:
> checking for gcc... no
> checking for cc... no
> configure: error: no acceptable C compiler found in $PATH

It looks like you don't have the gcc package installed.

If you didn't install gcc, then you probably also omitted the -devel
subpackages, which you are going to need some of to build Postgres
from source.  At least glibc-devel, not sure what else.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Devrim GUNDUZ
Date:
Subject: Re: Configure error on Openssl with Beta5
Next
From: Tom Lane
Date:
Subject: Re: Configure error on Openssl with Beta5