Re: build errors on MacOSX

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Scott Frankel <leknarf(at)pacbell(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: build errors on MacOSX
Date: 2005-11-09 22:22:47
Message-ID: 19992.1131574967@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Scott Frankel <leknarf(at)pacbell(dot)net> writes:
> My build of postgresql-8.1.0 is failing on MacOSX.

> /usr/bin/libtool: for architecture: cputype (16777234) cpusubtype (0)
> file: -lSystem is not an object file (not allowed in a library)

We've seen this before. IIRC, it means you're using outdated Xcode
tools; you need to update to Xcode 2.0 or later (2.1 is current I
believe). Try searching the list archives for that error message
if you want more details.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jaime Casanova 2005-11-09 22:23:26 Re: Best way to use indexes for partial match at beginning
Previous Message Tom Lane 2005-11-09 22:20:35 Re: set-valued function difference in 8.1.0 vs 8.0.2