简体   繁体   English

尝试编译粉玩具时出现链接错误

[英]Linking error when trying to compile The Powder Toy

* Full log at Pastebin: * http://pastebin.com/QJyzzxNA * 在Pastebin上的完整日志:* http://pastebin.com/QJyzzxNA

Whenever I try to compile The Powder Toy , it gives me a linker error, saying the library is not compatible with x86_64. 每当我尝试编译The Powder Toy时 ,都会给我一个链接器错误,指出该库与x86_64不兼容。 What should I do? 我该怎么办?

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    

You're compiling it as 64bit while on site, there is stated that The Powder Toy does not support x86_64. 您在现场时将其编译为64位,据说The Powder Toy不支持x86_64。 Compile it as 32bit. 编译为32bit。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM