* 完整登录Pastebin:* http://pastebin.com/QJyzzxNA
每当我尝试编译The Powder Toy时,它都会给我一个链接器错误,说该库与x86_64不兼容。我该怎么办?
Undefined symbols for architecture x86_64:
"_Py_InitModule4", referenced from:
_SDL_main in ccYupbfZ.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make: *** [powder-x] Error 1
答案 0 :(得分:0)
你在网站上将它编译为64位,有人说粉末玩具不支持x86_64。将其编译为32位。