Re: libplperl.so and libperl.so

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: libplperl.so and libperl.so
Дата
Msg-id 200411162331.41418.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: libplperl.so and libperl.so  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Tom Lane wrote:
> Peter, it was you that committed the current contents of
> config/perl.m4; do you recall why it wants to remove ccdlflags from
> the Embed results?

The ldopts value contains compiler-specific shared library linking flags
plus information about additional library to link in.  The ccdlflags
value contains only the compiler-specific shared library linking flags.
If we subtract the second from the first, we get the information about
additional library to link in, which is what we wanted to get out of
it.

The poster apparently needs the rpath information, but I think he'll
have to get that some other way.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: libplperl.so and libperl.so
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_dumpall (7.3) two search_path schema bugs