Re: How to compile with gcc for i386



orfeu wrote:
Hello, I have an Athlon X2 64 and I whant to compile some programs not
for x86_64, just for x86.
I try -march=i386 but dosen't work :(

Thank you


Try -m32 instead.
.