python build/Current CVS/UnixWare - Mailing list pgsql-hackers

From Larry Rosenman
Subject python build/Current CVS/UnixWare
Date
Msg-id 20010207102739.A8295@lerami.lerctr.org
Whole thread Raw
Responses Re: python build/Current CVS/UnixWare  (Peter Eisentraut <peter_e@gmx.net>)
List 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@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Re: [GENERAL] MySQL -> Postgres dump converter
Next
From: Peter Eisentraut
Date:
Subject: Re: python build/Current CVS/UnixWare