Darwin 1.4 (OS X 10.1) Broken Compile, Snapshot and 7.1.3

From: Alex Avriette <a_avriette(at)acs(dot)org>
To: "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Subject: Darwin 1.4 (OS X 10.1) Broken Compile, Snapshot and 7.1.3
Date: 2001-10-05 13:41:29
Message-ID: 32BAF2A2B169D411A081009027464529025DB24A@ATD-NT5
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I had a catastrophic crash on one of our webservers here and took the
opportunity to upgrade it. Unfortunately, after the upgrade, I am unable to
compile either 7.1.3 or the current snapshot of postgres.

The error I get is rather opaque:

/usr/bin/ld: -undefined error must be used when -twolevel_namespace is in
effect

This is in the final stretch of compiling, on libpq. I checked google for
it, and came up with three header files in an MIT Apple sourcetree. So this
strikes me as a particularly Darwinish failing. I also ran a recursive grep
on the postgres source tree and wasnt able to find -twolevel_namespace in
any of the Makefiles. This makes me think it is something external.

Anyone have an idea as to what is causing this? This box is down until
postgres comes back up. :-7

alex

--
alex j. avriette
perl hacker.
a_avriette(at)acs(dot)org
$dbh -> do('unhose');

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-10-05 13:46:48 Re: ALTER RENAME and indexes
Previous Message Fábio Santana 2001-10-05 13:08:32 I NEED HELP