Re: [ADMIN] JDBC make problem

2000-11-04 Thread Bruce Momjian
My guess is that you are using Kaffe. It does not handle self-dependent compiles like Sun java. The only solution is to download the precompiled jar file from the URL in the interfaces/jdbcc README. [ Charset ISO-8859-15 unsupported, converting... ] > Hello, > I tried to build the JDBC2 driver

[ADMIN] JDBC make problem

2000-11-01 Thread Bogdan Paduraru
Hello, I tried to build the JDBC2 driver from Postgresql 7.0.2 distribution (/src/interfaces/jdbc), but I got errors : $ make jdbc2 jar (echo "package org.postgresql;" ;\ echo "public class DriverClass {" ;\ echo "public static String connectClass=\"org.postgresql.jdbc2.Connection\";" ;\ echo