Re: contrib Makefile's and OS X

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: contrib Makefile's and OS X
Дата
Msg-id 9587.1045801012@sss.pgh.pa.us
обсуждение исходный текст
Ответ на contrib Makefile's and OS X  (Joe Conway <mail@joeconway.com>)
Список pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> Below is the Makefile. The key problem is that I need to get a "bundle" 
> built instead of a "dynamiclib", or so I am told.

It's quite likely that the problem is in Makefile.shlib and isn't
specific to plr at all.  Ask the complainant if plperl, pltcl, or
plpython work.

If it is specific to plr, the only idea I have is that maybe you need
to say SHLIB_LINK += not SHLIB_LINK :=
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Query planner/stored procedure cost
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: A bad behavior under autocommit off mode