Re: BUG #1336: configure: error: no acceptable C compiler found in $PATH

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Andres Velasquez" <BVaw(at)opera(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1336: configure: error: no acceptable C compiler found in $PATH
Date: 2004-12-05 19:08:47
Message-ID: 17695.1102273727@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-12-05 19:25:10 Re: Configure error on Openssl with Beta5
Previous Message Thomas Hallgren 2004-12-05 10:40:50 Re: [ANNOUNCE] PostgreSQL 8.0.0 Release Candidate 1