python build/Current CVS/UnixWare

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: python build/Current CVS/UnixWare
Date: 2001-02-07 16:27:39
Message-ID: 20010207102739.A8295@lerami.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In the current CVS, the PYTHON build sets LDSHARED to ld -G, not
cc -G. It passes -Wl,-h,... to the ld command, and breaks.

ALL shared library builds on UnixWare should use cc -G or CC -g as
appropriate.

I don't see right off where this is set.

Peter E, can you fix?

Thanks!

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas T. Thai 2001-02-07 17:40:30 Re: full text searching
Previous Message Bruce Momjian 2001-02-07 16:06:17 Re: Re: [GENERAL] MySQL -> Postgres dump converter