Re: python build/Current CVS/UnixWare

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: python build/Current CVS/UnixWare
Дата
Msg-id Pine.LNX.4.30.0102071930570.1205-100000@peter.localdomain
обсуждение исходный текст
Ответ на python build/Current CVS/UnixWare  (Larry Rosenman <ler@lerctr.org>)
Ответы RE: python build/Current CVS/UnixWare  ("Larry Rosenman" <ler@lerctr.org>)
Список pgsql-hackers
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@gmx.net       http://yi.org/peter-e/



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: python build/Current CVS/UnixWare
Следующее
От: Tom Lane
Дата:
Сообщение: pgAccess fails to launch on HPUX