Greetings, I'm trying to compile elfutils-0.159 on a 64 bit system. in the configure stage I'm getting to this situation: checking whether gcc -m32 makes executables we can run.. and it fails. I assume that this is because I don't have 32bit libs on my system. now here is my issue, I cannot install 32bit libs, infact I need libelf to be 64 bit only. my question is how I can disable that test and build libelf for 64 only? Thanks.