Re: Install 8.1 on Mac OS 10.4 - Mailing list pgsql-novice

From Tom Lane
Subject Re: Install 8.1 on Mac OS 10.4
Date
Msg-id 2460.1133642218@sss.pgh.pa.us
Whole thread Raw
In response to Install 8.1 on Mac OS 10.4  (Viva Chu <viva@root.net>)
List pgsql-novice
Viva Chu <viva@root.net> writes:
> I'm trying to compile postgresql 8.1 on my powerbook, mac os 10.4.  Can't
> seem to get the ./configure script to run correctly.

> configure:2159: error: C compiler cannot create executables

You've got a pretty broken compiler installation AFAICS.  Does it work
for any other purpose?

Postgres does build out-of-the-box on OS X, as long as you have a sane
set of developer tools installed.  IIRC, OS X 10.4 requires at least
Xcode 2.0, and 2.1 is probably a better idea.  If you've upgraded from
10.3 or earlier you may have obsolete Xcode files.  Try downloading the
latest Xcode, wiping your current Xcode installation, and installing
fresh.

            regards, tom lane

pgsql-novice by date:

Previous
From: Brendan Duddridge
Date:
Subject: Re: Install 8.1 on Mac OS 10.4
Next
From:
Date:
Subject: What is the Best Way to Learn PL/pgSQL?