我已经在我的WinXp机器上安装了GNUStep gnustep-msys-system-0.29.0-setup.exe和gnustep-core-0.29.1-setup.exe
我能够编译问题。文档说gnustep-core附带make实用程序,但我无法找到或使用它!!
发布于 2012-04-15 01:38:58
假设一切都安装正确,jacekmigacz的答案可能会起作用。
但是,更简单的方法可能是简单地安装Linux。这将使您能够轻松地安装GNUStep和LLVM。
或者,抓取GNUStep Live (http://wiki.gnustep.org/index.php/GNUstep_Live_CD)。
发布于 2012-04-12 21:25:51
cd gnustep/core/make
./configure
make
make installhttps://stackoverflow.com/questions/10123318
复制相似问题