Re: compiling the examples

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: compiling the examples
Дата
Msg-id 22194.1061214216@sss.pgh.pa.us
обсуждение исходный текст
Ответ на compiling the examples  (Marc Cuypers <mozilla@mgvd.be>)
Ответы Re: compiling the examples
Список pgsql-general
Marc Cuypers <mozilla@mgvd.be> writes:
> How do i make the examples in postgresql-7.3.3/src/test/examples/?

"make" works for me, assuming that I'm doing it in a built directory
tree.

[ looks at 7.3 branch... ]  Hm, it looks like there's a mistake in the
Makefile in that directory in 7.3: try changing
LIBS += $(libpq)
to
LDFLAGS += $(libpq)

            regards, tom lane

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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: C vs plpgsql and child processes
Следующее
От: Marc Cuypers
Дата:
Сообщение: Re: compiling the examples