Hi there,
I have forgotten that there are still 32bit systems out there. My client is running a 32bit linux version and I compile on 64 bit Centos. Is it possible to compile a 32bit version for them on the 64bit Centos pc?
When I file the compiled binary:
file mybinary
mybinary: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped
When they try to execute it:
./mybinary
-bash: ./mybinary: cannot execute binary file
uname -rm
2.6.18-92.el5PAE i686
Thanks,
Peet