java/4804

Tom Tromey tromey@redhat.com
Fri Nov 2 11:46:00 GMT 2001


>>>>> "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



More information about the Gcc-bugs mailing list