0
我越來越怪異的錯誤,當我建立nmcurses-5.9在Windows編譯PDCurses使用MinGW
的問題是,當我嘗試運行
CC="gcc -m32" LD="ld -m32" ./configure \
--prefix=/mingw \
--without-cxx-binding \
--without-ada \
--enable-warnings \
--enable-assertions \
--enable-reentrant \
--with-debug \
--with-normal \
--disable-home-terminfo \
--enable-sp-funcs \
--enable-term-driver \
--enable-interop \
--with-pthread
和錯誤時,我做的./configure得到的是
./configure: line 21016: D:\Program: No such file or directory
上線
${MAKE:-make} preinstall
我使用msys在MinGW中構建它。 任何幫助將被折衷。