我在我的 MacOS10.9.2(Marverics) 上构建 Bochs2.3.7 我得到了 .tar.gz 文件
http://sourceforge.net/projects/bochs/files/bochs/2.3.7/
然后,当我这样做时
./configure --with-x11
我收到以下消息
ERROR: X windows gui was selected, but X windows libraries were not found.
我试过了
sh .conf.macosx
我也收到了这条消息
checking build system type... i386-apple-darwin13.1.0
checking host system type... i386-apple-darwin13.1.0
checking target system type... i386-apple-darwin13.1.0
checking if you are configuring for another platform... no
checking for standard CFLAGS on this platform... -fpascal-strings -fno-common -Wno-four-char- constants -Wno-unknown-pragmas -Dmacintosh
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
我已经安装了 XQuartz 和 Xcode,但我无法构建 Bochs。有谁知道如何解决这个问题?