This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


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: autoconf: ./configure fails on cygwin for crosstool-ng-1.24.0


Hello Paul,
hello Allan,

thanks to your input I was sure that the problem had to be found in my specific configuration and so I looked around and found it: I had installed cygwin into the windows program folder and symlinked the folder to C:\cygwin64. This seems to have caused problems, because deleting the symlink and moving the folder to C:\cygwin64 directly resolved the issue. Now ./configure runs until it fails to find libtool, which I consider a success.

I can provide the /bin/bash -x ./configure log file upon request.

Thank you!

Philipp

Am 06.05.2019 um 23:19 schrieb Paul Eggert:
It should work with your Bash. The fact that it fails with both your
Bash, and with recent zsh, suggest a configuration problem of some sort
(not a problem with your shells per se). You can try debugging it by
using 'bash -x configure', or by putting 'set -x' into 'configure' just
before the place you think is causing the problem.



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