This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: java/4804

[Get raw message]
>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]