<div>Hi, </div><div>I'm having a compilation error when trying to make ISSM and am wondering if anyone has encountered something similar and may have a solution. </div><div><br></div><div>I get the following error during make:</div>


<div><br></div><div>i686-apple-darwin10-g++-4.2.1: /usr/local/lib/libgfortran.a: No such file or directory<br></div><div>make[3]: *** [issm.exe] Error 1</div><div>make[2]: *** [all-recursive] Error 1</div><div>make[1]: *** [all-recursive] Error 1</div>


<div>make: *** [all] Error 2</div><div><br></div><div>The file it can't find is needed for the parameter --with-fortran-lib, which does not exist on that path in my machine. I found the file on my machine at this path: /usr/local/gfortran/lib/libgfortran.a  </div>


<div>So I changed the path in my .sh file to that, but I still got the following error on make (after re-executing the configure.sh file):</div><div><div>Making all in mex</div><div>  CXX    AverageFilter.o</div><div>  CXXLD  AverageFilter.mexmaci64</div>


<div>ld: library not found for -largeArrayDims</div><div>collect2: ld returned 1 exit status</div><div>ld: library not found for -largeArrayDims</div><div>collect2: ld returned 1 exit status</div><div>lipo: can't open input file: /var/folders/2J/2Ji9hdVREH0nCVzmYaR-aE+++TM/-Tmp-//ccc3SKt8.out (No such file or directory)</div>


<div>make[3]: *** [AverageFilter.mexmaci64] Error 1</div><div>make[2]: *** [all-recursive] Error 1</div><div>make[1]: *** [all-recursive] Error 1</div><div>make: *** [all] Error 2</div></div><div><br></div><div>The gfortran that is being used on my machine is located here: which gfortran: /usr/local/bin/gfortran.</div>


<div><br></div><div>Any advice would be appreciated!</div><div>Thanks!</div><div>Saffia </div><div><br></div><div><br></div><div><br></div><div><br></div>