From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17625 invoked by alias); 14 Nov 2001 18:26:06 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 17577 invoked by uid 71); 14 Nov 2001 18:26:03 -0000 Date: Fri, 02 Nov 2001 14:23:00 -0000 Message-ID: <20011114182603.17575.qmail@sourceware.cygnus.com> To: tromey@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Tom Tromey Subject: Re: java/4804 Reply-To: Tom Tromey X-SW-Source: 2001-11/txt/msg00069.txt.bz2 List-Id: The following reply was made to PR java/4804; it has been noted by GNATS. From: Tom Tromey To: 520036556988-0001@t-online.de (Georg Wild) Cc: "Jeff Sturm" , , , Subject: Re: java/4804 Date: 14 Nov 2001 11:42:07 -0700 >>>>> "Georg" == Georg Wild <520036556988-0001@t-online.de> writes: Georg> cd . && automake --gnu --include-deps Makefile Georg> automake: configure.in: required file `./depcomp' not found You shouldn't be re-running automake unless you have the correct version installed. Did you get gcc from cvs? If so then you should use the `contrib/gcc_update' script and not `cvs update'. If you got gcc from a snapshot or something then we have a different problem. Georg> As far as I see at the moment, the problem 4804 is produced by Georg> line 3965 of /ltmain.sh No, EXEEXT will be computed in configure, not ltmain.sh. Georg> *) exeext= ;; Georg> I think somehow this exeext= ;; doesn't work correctly Nope, this code is correct. Georg> /windows/gcc/fastjar/missing: Unknown `--run' option Your depcomp problem and this problem are symptoms of using the wrong version of automake. Tom