RE: python build/Current CVS/UnixWare

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

I submitted a bug to their SourceForge Bug List.

Thanks!

LER

-----Original Message-----
From: Peter Eisentraut [mailto:peter_e(at)gmx(dot)net]
Sent: Wednesday, February 07, 2001 12:34 PM
To: Larry Rosenman
Cc: PostgreSQL Hackers List
Subject: Re: python build/Current CVS/UnixWare

Larry Rosenman writes:

> 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 have arranged for the -Wl,-h to be left out in the Python build. The ld
vs cc thing you have to take up with the Python folks. I'm not convinced
their infrastructure works too well. For example, we might have to pull
the same kludge as we do for the Perl interface build on some platforms.

Eventually we might be able to write our own rules for this and not use
the Python build infrastructure. Not now, though.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-02-07 19:20:16 Re: pgAccess fails to launch on HPUX
Previous Message Ross J. Reedstrom 2001-02-07 18:49:13 Re: [INTERFACES] pgAccess fails to launch on HPUX