<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I tried that and am still getting the same error. It looks like {FLASH_DIR}/lib/ma28/build.csh was already getting called at the end of "./setup Cellular -auto" as well. I've attached the output of ./build.csh below.<div><br></div><div><div>rm -f ../object/libma28.a Ma28.o</div><div>/Users/Kevin/mpich-install/bin/mpif90 -ggdb -c -O2 -fdefault-real-8 -fdefault-double-8 -Wuninitialized -c Ma28.F90</div><div>ar -r ../object/libma28.a Ma28.o</div><div>ar: creating archive ../object/libma28.a</div><div><br></div><div>-Kevin</div><div><br><div><div>On Jul 16, 2013, at 3:22 PM, Sean Couch wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Kevin,<div><br></div><div>Go to {FLASH_DIR}/lib/ma28 and run the "build.csh" script there. Then try re-linking the FLASH application in your object directory.</div><div><br></div><div>Sean</div><div><br></div><div><br><div apple-content-edited="true">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br class="Apple-interchange-newline">--------------------------------------------------------</div><div>Sean M. Couch, Ph.D.</div><div>Hubble Fellow</div><div>Flash Center for Computational Science</div><div>Department of Astronomy & Astrophysics</div><div>The University of Chicago</div><div>5747 S Ellis Ave, Jo 315</div><div>Chicago, IL 60637</div><div>(773) 702-3899</div><div><a href="http://www.flash.uchicago.edu/~smc">www.flash.uchicago.edu/~smc</a></div><div><br></div></div><br class="Apple-interchange-newline">
</div>
<br><div><div>On Jul 16, 2013, at 3:09 PM, Kevin Moore <<a href="mailto:kmoore@physics.ucsb.edu">kmoore@physics.ucsb.edu</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi all,<br><br>I'm new to flash (version 4.0.1), and have successfully run the Sedov and Sod simulations on my Mac so far. Right now, I'm trying to run the Cellular simulation and am running into problems in the final linking step when I try to compile it.<br><br>I try:<br>./setup Cellular -auto<br>cd object<br>make<br><br>and it compiles for several minutes before failing on the final large linking step with:<br>ld: in ../lib/ma28/object//libma28.a, archive has no table of contents for architecture x86_64<br>collect2: ld returned 1 exit status<br>make: *** [flash4] Error 1<br><br>I'm not familiar with this type of error, and didn't find anything on the mailing list about it in the last few years of posts.<br><br>I built my mpi compilers with the standard xcode gcc: /Users/Kevin/mpich-install/bin/mpif90 -v<br>mpif90 for MPICH version 3.0.4<br>Using built-in specs.<br>COLLECT_GCC=gfortran<br>COLLECT_LTO_WRAPPER=/usr/local/gfortran/libexec/gcc/x86_64-apple-darwin10.3.0/4.5.1/lto-wrapper<br>Target: x86_64-apple-darwin10.3.0<br>Configured with: ../gcc-4_5-branch/configure --prefix=/usr/local/gfortran --enable-languages=c,c++,fortran --with-gmp=/Users/fx/devel/gcc/ibin45/../irun45 --enable-bootstrap --with-included-gettext --with-arch=nocona --with-tune=generic<br>Thread model: posix<br><br>uname -a gives:<br>Darwin <a href="http://kmoore.physics.ucsb.edu/">kmoore.physics.ucsb.edu</a> 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_64 i386<br><br>Thanks in advance for any help on this issue.<br><br>-Kevin</blockquote></div><br></div></div></blockquote></div><br></div></div></body></html>