Re: Build of postgresql 8.2 beta 2 failure - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Build of postgresql 8.2 beta 2 failure
Date
Msg-id 28937.1162144648@sss.pgh.pa.us
Whole thread Raw
In response to Re: Build of postgresql 8.2 beta 2 failure  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Carl Norden wrote:
>> /usr/bin/ld:exports.list:1: parse error in VERSION script

> I'd say you'd need a newer version of GNU binutils ... but really I'd
> suggest upgrading to a newer version of RedHat.

It's interesting that that old ld seems to understand the idea of a
version-script ... I wonder if the syntax for it has changed over time?

Our needs are pretty simple (suppress exporting non-listed symbols)
so it's possible that we could use a more backwards-compatible syntax,
if we can find out what the rules are.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Build of postgresql 8.2 beta 2 failure
Next
From: "Heikki Linnakangas"
Date:
Subject: Re: [PATCHES] WAL logging freezing