Results 2 comments of Casey DeLorme

I am running debian jessie and ran into this problem too. The 64 and 32 bit versions of SDL2 conflict; installing one will uninstall the other. I use multiple applications...

@YalithKBK it's the same source code, you are simply instructing the compiler to compile for a 32 bit platform as opposed to 64 bit. **This is done by adding `--build=i386-linux`...