*I searched this online to confirm that i686 is definitely 32 bit.
I still get the most basic error:
||=== Build: Debug in testempty (compiler: GNU GCC Compiler) ===|
ld.exe||cannot find -lSDL2main|
ld.exe||cannot find -lSDL2|
||error: ld returned 1 exit status|
||=== Build failed: 3 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
.I've checked everything and supposedly the error (according to lazy foo) is that the linker or compiler can't find the files and folders. I'm linking right into those folders - the linker points to the .a files, and the compiler settings point straight to include/SDL2 where all the .h files are. What could possibly be wrong? I even made sure that the files and folders were not "read only" just in case.