I tried to compile libsndfile by using mingw. After I installed mingw and msys, I tried ”gcc -v“ command, it can return correct version. But we I browsed to libsndfile root and "./configure", it returns error ['.' is not recognized as an internal or external command,operable program or batch file.] Can anyone help me about this?
Asked
Active
Viewed 120 times
0
-
Are you sure you are running the configure script from the Msys shell and not the regular command prompt? – user657267 Apr 09 '14 at 07:08
-
I used cmd of windows? Does msys has its own command prompt? – OOOPhantom Apr 09 '14 at 07:32
-
Yeah, the configure script won't work in the regular command prompt, you'll need to use the Msys shell. – user657267 Apr 09 '14 at 07:34
-
Take a look at http://stackoverflow.com/questions/22887999/why-does-bash-freeze-in-windows where I described mingw and msys basic usage – user3159253 Apr 09 '14 at 07:50
-
I tried bash or sh under msys, configure works, but still cannot make correct file, trying...... – OOOPhantom Apr 10 '14 at 01:54
-
Now it can build now, we need put MinGW and MSys environment before windows ones. – OOOPhantom Apr 10 '14 at 02:21