Your compiler is 32-bit.
Pavel Shved
2009-09-03 00:30:35
What system are you running on?
If you host system is running in 32 bit mode you'll have to build a cross-compiler targeting x86_64. If your system is a 64bit system then your vendor should be providing you with a system compiler capable off building 64bit executables.
What does "uname -a" say on your system?