<div>Hi, </div>
<div> </div>
<div>    I am attempting to compile a  library (Dakota) on my Mac workstation, but the process exits while attempting to create a library from fortran code in order to test the fortran compiler installation.</div>
<div> </div>
<div>The .o file is built without problems, but at the stage when it is supposed to run the &quot;ar&quot; command like this:</div>
<div> </div>
<div>ar cr libVerifyFortran.a CMakeFiles/VerifyFortran.dir/VerifyFortran.f.o</div>
<div> </div>
<div>it appears as </div>
<div> </div>
<div>
<div>&quot;&quot; cr libVerifyFortran.a CMakeFiles/VerifyFortran.dir/VerifyFortran.f.o</div>
<div> </div>
<div>It appears that cmake is unable to find the archive command &quot;ar&quot;. </div>
<div> </div>
<div>I am using cmake and fortran from macports. Does this seem to be an error with my cmake installation or some missing cmake value that I need to set? </div>
<div> </div>
<div>Any help will be appreciated. </div>
<div> </div>
<div>Thanks,</div>
<div>Manav</div></div>