From: | Brian P Millett <bpm(at)mail(dot)ec-group(dot)com> |
---|---|
To: | Allan Huffman <huffmana(at)ppc(dot)pims(dot)org> |
Cc: | pgsql-hackers(at)postgreSQL(dot)org |
Subject: | Re: [HACKERS] make JDBC postgresql.jar error |
Date: | 2000-01-07 17:17:05 |
Message-ID: | 38761F91.8E3A60BD@ec-group.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Allan Huffman wrote:
> I'm trying to compile the src/interfaces/jdbc postgresql.jar file but I
> get a syntax error (pg 6.5.2):
> /bin/sh: syntax error at line 1: '(' unexpected
> make: *** [all] Error 2
This has bitten me also. I'm using a sparc, solaris 7, bash , gcc version
2.95.2. This is a KLUDGE, but here is a patch that works for BASH:
vlad: diff -w3c Makefile /opt/java/pgsql/Makefile
*** Makefile Wed Jun 23 00:56:17 1999
--- /opt/java/pgsql/Makefile Tue Oct 5 09:20:17 1999
***************
*** 16,21 ****
--- 16,22 ----
JAVADOC = javadoc
RM = rm -f
TOUCH = touch
+ SHELL = /bin/bash
# This defines how to compile a java class
.java.class:
--
Brian Millett
Enterprise Consulting Group "Heaven can not exist,
(314) 205-9030 If the family is not eternal"
bpm(at)ec-group(dot)com F. Ballard Washburn
From | Date | Subject | |
---|---|---|---|
Next Message | Lamar Owen | 2000-01-07 18:44:49 | Re: [HACKERS] [Fwd: Re: First Major Open Source Database] |
Previous Message | Bruce Momjian | 2000-01-07 17:15:31 | Re: [HACKERS] [Fwd: Re: First Major Open Source Database] |