根据这个链接做安装前的配置sh.conf.macosx后出现以下信息根据google到的信息,缺少commandlinetools,已经执行xcode-select--install并完成安装。gcc版本不对?缺乏库?checkingbuildsystemtype...x86_64-apple-darwin13.1.0checkinghostsystemtype...x86_64-apple-darwin13.1.0checkingtargetsystemtype...x86_64-apple-darwin13.1.0checkingifyouareconfiguringforanotherplatform...nocheckingforstandardCFLAGSonthisplatform...-fpascal-strings-fno-common-Wno-four-char-constants-Wno-unknown-pragmas-Dmacintoshcheckingforgcc...gcccheckingwhethertheCcompilerworks...noconfigure:error:in`/Users/myName/Desktop/bochs-2.6':configure:error:CcompilercannotcreateexecutablesSee`config.log'formoredetails不知如何提取config.log的有效信息,直接将文件挂在这里了
2 回答
精慕HU
TA贡献1845条经验 获得超8个赞
试试这个:CFLAGS="-Wno-error=unused-command-line-argument-hard-error-in-future"./configure...如果还是不行就试试:CC='clang-Wno-error=unused-command-line-argument-hard-error-in-future'./configure...不过话说回来,如果你要装bochs,最好用Homebrew,装好这个之后用brewinstallbochs就行了。
慕村9548890
TA贡献1884条经验 获得超4个赞
我觉得是缺少一些以来库,但我无法给出具体是哪些东西。根据检索,你可以先尝试安装:brewinstallsdl然后记得在你的编译目录里运行:makedistclean再重新编译安装。
添加回答
举报
0/150
提交
取消
