RE: [HACKERS] make JDBC postgresql.jar error

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'Allan Huffman'" <huffmana(at)ppc(dot)pims(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: RE: [HACKERS] make JDBC postgresql.jar error
Date: 2000-01-10 09:04:53
Message-ID: 1B3D5E532D18D311861A00600865478C70C06A@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

the $$ syntax is where make passes $ to the command line. ie it should
pass something like:

`java makeVersion`

Anyhow, you can bypass this, by running one of the jdbc2 or java2 rules
instead of all.

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.

-----Original Message-----
From: Allan Huffman [mailto:huffmana(at)ppc(dot)pims(dot)org]
Sent: Friday, January 07, 2000 4:41 PM
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: [HACKERS] make JDBC postgresql.jar error

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

Funny thing is that I'm under the C shell.....using gcc, Solaris 7 on a
Sparc.

I tried to replace $( ) with ' ' per the instructions but there is some
syntax that I am not familiar with: $$($(JAVA) makeVersion). How should
this look after the replacement?

Really appreciate help. I've developed 3k SLOC under Visual Cafe
(managed to rewrite out all Symantec classes). It's running fine in the
Visual Cafe environment. Now I need to field it under the Netscape
Suitespot server.

Thanks

Allan in Belgium

************

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Elphick 2000-01-10 14:11:30 Shared library version
Previous Message Stephen Birch 2000-01-10 07:24:41 Re: [HACKERS] Re:HEAP_MOVED_IN during vacuum - test case