简体   繁体   中英

Linking error when trying to compile The Powder Toy

* Full log at 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. 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. Compile it as 32bit.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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