Re: [PATCHES] the build

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Nic Ferrier <nferrier(at)tapsellferrier(dot)co(dot)uk>
Cc: Barry Lind <blind(at)xythos(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>, <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [PATCHES] the build
Date: 2003-04-17 17:41:21
Message-ID: Pine.LNX.4.44.0304171456360.1617-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches

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(at)gmx(dot)net

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Cris 2003-04-17 18:10:52 Table as a column
Previous Message Dave Cramer 2003-04-17 15:19:26 qualified column names

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-04-17 18:42:49 Re: Win32 defines
Previous Message Peter Eisentraut 2003-04-17 17:40:54 Re: Win32 defines