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