Hi,all<br><br>I was trying to build 32bit library of coin project on 64 bit machine, and link the third party 32bit library, which has no 64bit distribution.<br><br>What I did was <br><br>../configure CC=&#39;gcc -m32&#39; CXX=&#39;g++ -m32&#39; <br clear="all">

<br>but it fails ..<br><br>here is the output : <br>configure: error: linking to Fortran libraries from C fails<br>See `config.log&#39; for more details.<br><br>In config.log it said :<br><br>configure: error: /bin/bash &#39;../../CoinUtils/configure&#39; failed for CoinUtils<br>

<br>Thanks<br><br>jiadong<br><br><br>