Re: [Mingw-w64-public] cannot execute ./configure

2023-11-30 Thread David Grayson
The MinGW-w64 project only provides the software needed to make a GCC toolchain on Windows. Since you are trying to execute "configure", which is a shell script, you need to get a shell like Bash running on your computer, and that is outside of the scope of the MinGW project. I recommend ignoring

[Mingw-w64-public] cannot execute ./configure

2023-11-30 Thread Frère Justin - Jérusalem
Hi there... I installed mingw64 for windows a year ago or so. I'm trying to install a library for unix. I have downloaded the source file and uncompressed it; in order to finalize the installation, I mut run ./configure (I guess from the mingw64 directory) but then I get the following error message