Re: compiling the examples - Mailing list pgsql-general

From Tom Lane
Subject Re: compiling the examples
Date
Msg-id 22194.1061214216@sss.pgh.pa.us
Whole thread Raw
In response to compiling the examples  (Marc Cuypers <mozilla@mgvd.be>)
Responses Re: compiling the examples  (Marc Cuypers <mozilla@mgvd.be>)
List 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 by date:

Previous
From: Jan Wieck
Date:
Subject: Re: C vs plpgsql and child processes
Next
From: Marc Cuypers
Date:
Subject: Re: compiling the examples