When you run the configure script, use --enable-static and that should take care of what you're looking for. <br><br>On Monday, April 7, 2014, Andy May <<a href="mailto:MayAJ1@cardiff.ac.uk">MayAJ1@cardiff.ac.uk</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Does anyone know if there is a supported or recommended way to build MPICH such that it's binaries (eg. mpiexec) are statically linked?<br>
<br>
At present, post building I'm running:<br>
<br>
cd src/pm/hydra<br>
eval ./configure `./config.status --config` --disable-pci --disable-libxml2<br>
make CCLD='$(CC) -all-static'<br>
<br>
which just disables two cases where the static libraries aren't available, then links statically, but is there a better or correct way to do this?<br>
<br>
Many thanks,<br>
<br>
Andy<br>
______________________________<u></u>_________________<br>
discuss mailing list     <a>discuss@mpich.org</a><br>
To manage subscription options or unsubscribe:<br>
<a href="https://lists.mpich.org/mailman/listinfo/discuss" target="_blank">https://lists.mpich.org/<u></u>mailman/listinfo/discuss</a><br>
</blockquote>