Re: compiling the examples

Поиск
Список
Период
Сортировка
От Marc Cuypers
Тема Re: compiling the examples
Дата
Msg-id 3F40DB6D.9060605@mgvd.be
обсуждение исходный текст
Ответ на Re: compiling the examples  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom Lane wrote:

> 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)
>
This works.  Thanks a lot.


--
Best regards,

Marc.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: compiling the examples
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: compiling the examples