Re: compiling the examples

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Marc Cuypers <mozilla(at)mgvd(dot)be>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: compiling the examples
Date: 2003-08-18 13:43:36
Message-ID: 22194.1061214216@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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)

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2003-08-18 13:44:59 Re: Cache lookup failed?
Previous Message Martijn van Oosterhout 2003-08-18 13:41:59 Re: compiling the examples