Re: Compiling the JDBC interface - make fails

Поиск
Список
Период
Сортировка
От Andre Majorel
Тема Re: Compiling the JDBC interface - make fails
Дата
Msg-id 3.0.5.16.20000524230134.232700a4@teaser.fr
обсуждение исходный текст
Ответ на Compiling the JDBC interface - make fails  (Liz Bartlett <khyri@idyllmtn.com>)
Список pgsql-novice
At 12:22 2000.05.24 -0700, Liz Bartlett wrote:

>dirk# pwd
>/usr/local/postgres/install/src/interfaces/jdbc
>dirk# make
>make $(java makeVersion)
>/bin/sh: syntax error at line 1: `(' unexpected
>make: *** [all] Error 2
>
>Running 6.5.3 on Solaris 2.6, Sun Sparc hardware. I've never touched
>anything java-related before, and I am not an expert on Makefile
>syntax. The line it appears to object to appears in the Makefile as:
>
>        make $$($(JAVA) makeVersion)

The Solaris Bourne shell does not support the $() syntax. Try
changing the line to

    make `$(JAVA) makeVersion`


André Majorel <amajorel@teaser.fr>
http://www.teaser.fr/~amajorel/


В списке pgsql-novice по дате отправления:

Предыдущее
От: Travis Ruthenburg
Дата:
Сообщение: Re: Setting Defaults
Следующее
От: gomathi raju
Дата:
Сообщение: