Hi, > Just for curiosity, can any one compile this?? I'm on archlinux x86_64 so I > use the linux32 > before makepkg...
Using a pseudo 32-bit environment with linux32 is not sufficient to build 32-bit programs, you also have to tell GCC that you want to generate 32-bit code, or else it will still generate 64-bit code. Here is a correct implementation : http://pastie.org/private/3bikdhmwvjrvkvya9l7qa
