【发布时间】:2014-11-21 17:54:40
【问题描述】:
我正在尝试使用 MingW 编译一个库,但是当我 ./configure 时,什么都没有发生。
我读到我需要安装 MSYS,我这样做了,只是为了获得安装后的输出:
D:\Qt\Qt5.3.2\Tools\mingw482_32\msys\1.0\postinstall>..\bin\sh.exe pi.sh
0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487
AllocationBase 0x71110000, BaseAddress 0x71110000, RegionSize 0x1000, State 0x10
00
D:\Qt\Qt5.3.2\Tools\mingw482_32\msys\1.0\bin\sh.exe: *** Couldn't reserve space
for cygwin's heap, Win32 error 0
D:\Qt\Qt5.3.2\Tools\mingw482_32\msys\1.0\postinstall>pause
Press any key to continue . . .
之后尝试运行会打开一个命令提示符,该提示符会立即关闭,然后我才能看到它的内容。
【问题讨论】:
-
MSYS/cygwin听起来很奇怪。会不会是您的 Qt Builder 配置的问题? -
是的,听起来它正在获取一个不兼容的 MSYS DLL。