RE: [INTERFACES] Jdbc driver

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'Brian P Millett'" <bpm(at)ec-group(dot)com>, Wahhabi Abdelkrim <haj(at)idianet(dot)net>
Cc: Zubair Saifullah <zubairsaifullah(at)hotmail(dot)com>, pgsql-interfaces(at)postgresql(dot)org
Subject: RE: [INTERFACES] Jdbc driver
Date: 1999-09-10 14:24:32
Message-ID: 1B3D5E532D18D311861A00600865478C25E5B5@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I'm reworking how the version handling is done, so with 6.6, this
shouldn't be a problem.

Peter

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

-----Original Message-----
From: Brian P Millett [mailto:bpm(at)ec-group(dot)com]
Sent: 10 September 1999 14:48
To: Wahhabi Abdelkrim
Cc: Zubair Saifullah; pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] Jdbc driver

Wahhabi Abdelkrim wrote:

> -----Message d'origine-----
> De : Zubair Saifullah <zubairsaifullah(at)hotmail(dot)com>
> À : pgsql-interfaces(at)postgreSQL(dot)org <pgsql-interfaces(at)postgreSQL(dot)org>
> Date : vendredi 10 septembre 1999 01:47
> Objet : [INTERFACES] Jdbc driver
>
> >
> >Hi,
> >While compiling the jdbc driver I had the following error.
> >I used jdk1.1.6 and its on Digital (true 64) Unix.
> >
> >
> >>[zubair(at)prism2 ~/jdbc]$ make
> >>make $(java makeVersion)
> >>sh: syntax error at line 1: `(' unexpected
> >>*** Exit 2
> >>Stop.
> >>[zubair(at)prism2 ~/jdbc]$
> >>
> >>I tried Hacking it but failed. So if you can tell me which version
of
> >>"make"
> >>you are you using, I can get that one and try again. OR if you can
just
> >>send
> >>me a precompiled jdbc driver, I will appreciate it.
> >>Actually I will prefer a precompiled one. I read somewhere that I
can put
> >>that anywhere on any other machine (plateform independant) and get
> >>connected
> >>to the database. Is that right?
> >>I have project due pretty soon so if send the reply real quick, I
will be
> >>grateful.
> >>Zubair.
> >
> try gmake

You will see that the SHELL you are using is important. Peter uses
BASH. I
found that in teh Makefile, I need to add this:

***************
*** 16,22 ****
JAVADOC = javadoc
RM = rm -f
TOUCH = touch
- SHELL = /bin/bash

# This defines how to compile a java class
.java.class:
--- 16,21 ----
***************

--
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

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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Eddelbuettel, Dirk 1999-09-10 14:25:38 Annoying DLL mismatch message
Previous Message Brian P Millett 1999-09-10 13:48:25 Re: [INTERFACES] Jdbc driver