Re: PG still fussy to compile on Solaris + GCC, may still need Sun ld

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PG still fussy to compile on Solaris + GCC, may still need Sun ld
Дата
Msg-id 1473.967917130@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PG still fussy to compile on Solaris + GCC, may still need Sun ld  (pgsql-bugs@postgresql.org)
Ответы Re: PG still fussy to compile on Solaris + GCC, may still need Sun ld  (Matt Benjamin <matt@linuxbox.nu>)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> 2. PG Perl interface Makefile.PL produced Sun compiler options for
> compiling PG.c, e.g., "-KPIC", etc.

We deliberately try to build the Perl interface with the same compiler
and options that the local Perl installation claims it was built with,
regardless of what you are building Postgres with.  Experience so far
on multi-compiler platforms is that it's much more likely that the
interface will actually work if built that way (remember it's going to
link into the Perl executable, not into Postgres).

Did it not work if you just let the makefile do what it wanted?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: LIKE 'bla%'
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: unique/references not honored when inheriting tables