Hi,
I am working under FreeBSD 9.2 64-bit using G++ 4.8.
I succeed compiling some codes made for 32-bit on this machine, but it's not working properly. The connection is not working properly ( as I think ).
I used "-std=c++11" as flag to use C++11 for compiling.
Also I am using "libc++" because the compiler can't find some functions in "libstdc++".
So, is there a compatibility issue between 32 and 64-bit OS? Or is something that I am doing wrong?
It's not about that, kbw. I know that about -m32 ... it works on GCC too. I just wanted to know if there are compatibility issues and it seems it does. I built source under 32-bit OS and it works perfectly.