Re: [PORTS] bug 1627 on current versions of postgres and macos

Tom Lane <[email protected]> Wed, 10 May 2006 01:03:55 -0400
Newsgroups gmane.comp.db.postgresql.ports
Message-ID <[email protected]>
Steven Pennebaker <[email protected]> writes:
> ... postgresql 8.1.3 on mac os 10.4.6 fails to build:

It works for me (on this same powerbook that I'm typing on) and for
several Macs in the buildfarm.

> file: -lSystem is not an object file (not allowed in a library)

Offhand that looks like some reports that we've seen before about
obsolete tool chains, ie, I think you forgot to update Xcode when
you updated to Tiger.  See for instance this thread:
http://archives.postgresql.org/pgsql-general/2005-05/msg00830.php

PG 8.1 does generate a pile of warnings when compiled on Tiger
w/current Xcode, but they're pretty harmless.  As of CVS HEAD
we're clean, that is I see just the same one or two flex-induced
warnings on OS X as anywhere else...

			regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend