Re: libperl.so

Поиск
Список
Период
Сортировка
От Lamar Owen
Тема Re: libperl.so
Дата
Msg-id 398C8BD3.C8438E63@wgcr.org
обсуждение исходный текст
Ответ на libperl.so  (Ron Peterson <rpeterson@wallacefloyd.com>)
Ответы Re: libperl.so  (Alex Pilosov <alex@pilosoft.com>)
Список pgsql-general
Charles Tassell wrote:
> There is also a way to recompile a .a library into a shared
> library.  Something like:

> ar x library.a
> ld -shared -o library.so *.o

But a shared lib is _supposed_ to be compiled with position-independent
code with -fPIC -- otherwise you are just asking for trouble to simply
relink in this way.  It may work for you (as it does for me with
pl/perl, and for Karl DeBisschop), but it is highly unlikely it will
work for everyone, and it is likely to cause performance issues even if
it does work.

--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

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

Предыдущее
От: tc lewis
Дата:
Сообщение: Re: libperl.so
Следующее
От: Radoslaw Stachowiak
Дата:
Сообщение: foreign keys