Re: [PATCHES] the build

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [PATCHES] the build
Дата
Msg-id Pine.LNX.4.44.0304171456360.1617-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: [PATCHES] the build  (Nic Ferrier <nferrier@tapsellferrier.co.uk>)
Ответы Re: [PATCHES] the build  (Nic Ferrier <nferrier@tapsellferrier.co.uk>)
Список 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 по дате отправления:

Предыдущее
От: "Cris"
Дата:
Сообщение: Table as a column
Следующее
От: Nic Ferrier
Дата:
Сообщение: Re: [PATCHES] the build