Re: compiling the examples

From: Marc Cuypers <mozilla(at)mgvd(dot)be>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: compiling the examples
Date: 2003-08-18 13:58:05
Message-ID: 3F40DB6D.9060605@mgvd.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:

> Marc Cuypers <mozilla(at)mgvd(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bjørn T Johansen 2003-08-18 14:09:43 Hour difference?
Previous Message Tom Lane 2003-08-18 13:53:23 Re: Cache lookup failed?