Re: Compiling the JDBC interface - make fails

From: Andre Majorel <amajorel(at)teaser(dot)fr>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Compiling the JDBC interface - make fails
Date: 2000-05-24 23:01:34
Message-ID: 3.0.5.16.20000524230134.232700a4@teaser.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)teaser(dot)fr>
http://www.teaser.fr/~amajorel/

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Chris Bitmead 2000-05-25 00:02:37 Re: [HACKERS]
Previous Message Patrick Welche 2000-05-24 22:40:57 Re: [HACKERS]