checking whether the C compiler works... no
configure: error: in `/PATH
configure: error: C compiler cannot create executable
After running this command:
./configure --prefix=/PATH/ CC='gcc -m32' CXX='g++ -m32'
Solution
Install "g++-multilib" package
Tweet
Thanks! It helped me solve this issue.
ReplyDelete