This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: configure problem
- From: Mark Wielaard <mark at klomp dot org>
- To: Matthew H Bemis <bemis at iol dot unh dot edu>
- Cc: java <java at gcc dot gnu dot org>, clp <clp at iol dot unh dot edu>
- Date: 10 Jan 2002 15:28:46 +0100
- Subject: Re: configure problem
- References: <DJEHKIJNENDCOJNKEBGKIEJJCEAA.bemis@iol.unh.edu>
Hi,
On Thu, 2002-01-10 at 14:10, Matthew H Bemis wrote:
> this was taken from the configure log of our build
> /mnt/u2/toolchain/buildsys/source/toolchain/fastjar/configure: syntax error
> near unexpecte
> d token `<<<<<'
> /mnt/u2/toolchain/buildsys/source/toolchain/fastjar/configure:
> /mnt/u2/toolchain/buildsys/
> source/toolchain/fastjar/configure: line 97: `<<<<<<< configure'
> Configure in
> /mnt/u2/toolchain/buildsys/build/alpha7/basic-gcc_2.95.3/native/toolchain/fa
> s
> tjar failed, exiting.
> this wan't happening from yesterdays cvs check out build, and today it is
> terminating all our toolchain builds.
Seems you have merge conflicts in that file. Just remove those files and
cvs update again. Or better use the contrib/gcc_update script that makes
sure that the timestamps on automake files are correct so they don't get
regenerated on a make.
Cheers,
Mark