Re: Compiling JDBC Driver - impossible!

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: <mcannon(at)internet(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Compiling JDBC Driver - impossible!
Date: 2001-05-15 03:05:42
Message-ID: 017201c0dceb$ee162d70$230470d1@INSPIRON
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Mike,

1 is a manual compile of the driver, 2 is the correct way, and will build
the driver and install it correctly; 3 is a wild stab at it.

In actual fact ant will be invoked by make. This is pretty straightforward.
I'm not sure what the confusion is about.

Dave
----- Original Message -----
From: "Mike Cannon-Brookes" <mcannon(at)internet(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Sent: Monday, May 14, 2001 10:40 PM
Subject: RE: [JDBC] Compiling JDBC Driver - impossible!

> Ok,
>
> So here's a summary of the compile instructions so far:
>
> 1)
> - move to the src/interfaces/jdbc directory
> - set your $JAVA_HOME to your jdk directory
> - run make
>
> 2)
> - in root cvs directory
> - configure --with-java
> - make
> - make install
>
> 3)
> - use ant somehow?
>
> I'm presuming all will work, I haven't had time to try any of them.
>
> (This might be useful for someone to summarise somewhere on
> jdbc.postgresql.org)
>
> This seems a very convoluted build process IMHO.
>
> -mike
>
> Mike Cannon-Brookes - Founder, Core Developer
> OpenSymphony - http://www.opensymphony.com
> "The Open Source J2EE Component Project"
>
> Latest News
> - SiteMesh 1.2 Released!
> http://www.opensymphony.com/sitemesh
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Joe Shevland 2001-05-15 07:19:38 RE: access from java does not work in an applet!
Previous Message Mike Cannon-Brookes 2001-05-15 02:40:46 RE: Compiling JDBC Driver - impossible!