Thread: A different compile problem for 7.1.1
I'm compiling PostgreSQL 7.1.1 with Java support (--with-java).
During gmake, immediately after this line:
/usr/local/ant/bin/ant -buildfile ../../../build.xml -Dmajor=7 -Dminor=1
-Dfullversion=7.1.1 -Ddef_pgport=5432
I get the following error:
/usr/local/java/bin/java: /usr/local/java/bin/java: Argument list too long
and the build process is aborted.
Anyone have any thoughts on what's causing this? I've found
nothing in the archives about this.
Tim
Some additional info, I've installed Ant ver. 1.3 and Sun's Java 2 SDK Enterprise Edition 1.2.1. JAVA_HOME is set to /usr/local/java and /usr/local/java/bin is in the path. Tim ----- Original Message ----- From: Tim Barnard To: pgsql-general@postgresql.org Sent: Monday, May 07, 2001 12:16 PM Subject: A different compile problem for 7.1.1 I'm compiling PostgreSQL 7.1.1 with Java support (--with-java). During gmake, immediately after this line: /usr/local/ant/bin/ant -buildfile ../../../build.xml -Dmajor=7 -Dminor=1 -Dfullversion=7.1.1 -Ddef_pgport=5432 I get the following error: /usr/local/java/bin/java: /usr/local/java/bin/java: Argument list too long and the build process is aborted. Anyone have any thoughts on what's causing this? I've found nothing in the archives about this. Tim
did you `make clean' or `make distclean' before make or configure? regards laser
Yes, I did a "make distclean". Tim ----- Original Message ----- From: "Weiping He" <laser@zhengmai.com.cn> To: "Tim Barnard" <tbarnard@povn.com> Cc: <pgsql-general@postgresql.org> Sent: Tuesday, May 08, 2001 6:38 AM Subject: Re: [GENERAL] Re: A different compile problem for 7.1.1 > did you `make clean' or `make distclean' before make or configure? > > regards > > laser > > > ---------------------------(end of broadcast)--------------------------- > TIP 5: Have you checked our extensive FAQ? > > http://www.postgresql.org/users-lounge/docs/faq.html >
I downloaded the latest version from Sun's site, Java 2 SDK EE 1.2.1. Tim ----- Original Message ----- From: "Joseph Shraibman" <jks@selectacast.net> To: "Tim Barnard" <tbarnard@povn.com> Cc: <pgsql-jdbc@postgresql.org> Sent: Monday, May 07, 2001 5:59 PM Subject: Re: [GENERAL] A different compile problem for 7.1.1 > What version of java? > > > Tim Barnard wrote: > > > > I'm compiling PostgreSQL 7.1.1 with Java support (--with-java). > > During gmake, immediately after this line: > > > > /usr/local/ant/bin/ant -buildfile ../../../build.xml -Dmajor=7 > > -Dminor=1 > > -Dfullversion=7.1.1 -Ddef_pgport=5432 > > > > I get the following error: > > > > /usr/local/java/bin/java: /usr/local/java/bin/java: Argument list > > too long > > > > and the build process is aborted. > > > > Anyone have any thoughts on what's causing this? I've found > > nothing in the archives about this. > > > > Tim > > > > -- > Joseph Shraibman > jks@selectacast.net > Increase signal to noise ratio. http://www.targabot.com >