编写粉玩具时出现链接错误

2024-10-04 05:30:24 发布

您现在位置:Python中文网/ 问答频道 /正文

*在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    

Tags: thecomhttpfor链接错误x86toy