Re: postgreSQL 7.2.3: jdbc compile problem - Mailing list pgsql-jdbc

From Lloyd Meinholz
Subject Re: postgreSQL 7.2.3: jdbc compile problem
Date
Msg-id 515A91294CBCD211B7C500508B8B2BC4C2C6D4@nemesis.bmpcoe.org
Whole thread Raw
In response to postgreSQL 7.2.3: jdbc compile problem  ("Tim Barnard" <tbarnard@povn.com>)
List pgsql-jdbc
I have the same problem and I've only partially solved it by including the javasoft jta in the classpath. I'm still getting other build errors. I have a similar setup but on a gentoo Linux box, same jdk and postgreSQL tarball. Has anyone else had this problem???
 
Lloyd
 
-----Original Message-----
From: Tim Barnard [mailto:tbarnard@povn.com]
Sent: Saturday, August 19, 2000 11:48 PM
To: pgsql-jdbc@postgresql.org
Subject: [JDBC] postgreSQL 7.2.3: jdbc compile problem
Importance: High

I'm having a problem compiling postgreSQL 7.2.3 which I downloaded from www.us.postgresql.org. I have Sun's 1.4.1_01 revision of java installed on my RedHat Linux (7.2) system [kernel revision is 2.4.18-17.7]. JAVA_HOME points to the SDK bin directory and ANT_HOME points to the bin directory of Ant-1.4.1. Ran postgreSQL's configure script, including --with-java. PostgreSQL builds fine if I exclude the "--with-java" directive. The build of the jdbc driver fails. Attached is an excerpt of the compiler's output.
 
Any ideas what might be wrong here? Any help would be appreciated!
 
FYI: The following "configure" script works. Adding --with-java to it causes the failure:
 
./configure --enable-locale --enable-multibyte --enable-syslog --with-CXX --with-openssl --with-perl
 
Thanks,
 
Tim Barnard
 

pgsql-jdbc by date:

Previous
From: "David Hooker"
Date:
Subject: Re: PostgreSQL/Oracle/MSSQL differences (was: streaming result
Next
From: Steve Pothier
Date:
Subject: how can I recover from truncate write?