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