Re: [PATCHES] the build - Mailing list pgsql-jdbc

From Peter Eisentraut
Subject Re: [PATCHES] the build
Date
Msg-id Pine.LNX.4.44.0304171456360.1617-100000@peter.localdomain
Whole thread Raw
In response to Re: [PATCHES] the build  (Nic Ferrier <nferrier@tapsellferrier.co.uk>)
Responses Re: [PATCHES] the build  (Nic Ferrier <nferrier@tapsellferrier.co.uk>)
List pgsql-jdbc
Nic Ferrier writes:

> The JAVAC variable in the Makefile.in is therefore designed to allow
> overriding by the user when running the make, thus:
>
>    ./configure --with-java ; make JAVAC=gcj
>
> will build the jdbc library with gcj.

And then if you make a change and run make again but forget to specify the
same Java compiler, you get a mess.  Specifying variables on the make
command line has been rejected as error-prone a long time ago.

--
Peter Eisentraut   peter_e@gmx.net


pgsql-jdbc by date:

Previous
From: "Cris"
Date:
Subject: Table as a column
Next
From: Nic Ferrier
Date:
Subject: Re: [PATCHES] the build