From: | Larry Rosenman <ler(at)lerctr(dot)org> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | 7.4RC2: CLASSPATH set breaks configure? |
Date: | 2003-11-16 18:59:30 |
Message-ID: | 293830000.1069009170@lerlaptop.lerctr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
If I have CLASSPATH set to pick up junit:
CLASSPATH=/home/ler/java/classes/junit.jar
export CLASSPATH
and then run configure:
$ cat ler.conf
CC=cc CXX=CC ./configure --prefix=/usr/local/pgsql --enable-syslog \
--with-CXX --enable-multibyte --enable-cassert \
--with-includes=/usr/local/include --with-libs=/usr/local/lib \
--with-tcl --with-tclconfig=/usr/local/lib \
--with-tkconfig=/usr/local/lib --enable-locale \
--enable-thread-safety --with-java
$ sh ler.conf
configure dies:
configure: creating ./config.status
./configure: line 18048: cat: not found
config.status: creating GNUmakefile
If I unset CLASSPATH, all works well.
Anyone have any ideas?
(Is my JAVA installation at fault, maybe?, It's beta).
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
From | Date | Subject | |
---|---|---|---|
Next Message | Larry Rosenman | 2003-11-16 19:14:01 | Re: 7.4RC2: CLASSPATH set breaks configure? |
Previous Message | Kris Jurka | 2003-11-16 16:26:33 | Re: ResultSetMetaData Implementation Patch |