<div dir="ltr">I'm trying to build gluster to run on some arm-based machines, but my build environment is x86. I've got arm abi tools installed, and am running configure like this:<div>./configure --build x86_64-pc-linux-gnu --target=arm-linux-gnueabihf --host=arm-linux-gnueabihf<br><br>If errors out when it goes to check for /etc/os/release, with the error:<br>checking for /etc/os-release... configure: error: cannot check for file existence when cross compiling<br></div><div><br></div><div>Is there a "correct" way to cross-compile gluster (ie: am I running configure wrong?) or do I finally need to read documentation about <a href="http://configure.in">configure.in</a>? :D</div></div>