You can configure this for your project:<div><a href="http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:STATIC_LIBRARY_FLAGS">http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:STATIC_LIBRARY_FLAGS</a></div>
<div><br></div><div>Ryan<br><br><div class="gmail_quote">On Fri, Dec 3, 2010 at 7:07 PM, Belcourt, K. Noel <span dir="ltr">&lt;<a href="mailto:kbelco@sandia.gov">kbelco@sandia.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I&#39;m on Mac OSX 10.5.8 with Intel 12.x compilers and CMake version 2.8.3.  CMake doesn&#39;t seem to add the -c option to the ranlib command to include common symbols into the library table of contents.  Here&#39;s the documentation for Apple&#39;s ranlib.<br>

<br>
       -c     Include  common  symbols  as  definitions with respect to the table of contents.  This is seldom the intended behavior for<br>
              linking from a library, as it forces the linking of a library member just because it uses an uninitialized global that  is<br>
              undefined  at  that  point in the linking.  This option is included only because this was the original behavior of ranlib.<br>
              This option is not the default.<br>
<br>
This behavior is necessary if you have Fortran 90 modules that define data but that don&#39;t contain any code (or contains code that isn&#39;t called).  Can -c be added by default when creating static Fortran libraries on the Mac using ranlib?<br>

<br>
Thanks.<br>
<br>
-- Noel Belcourt<br>
<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Ryan Pavlik<br>HCI Graduate Student<br>Virtual Reality Applications Center<br>Iowa State University<br><br><a href="mailto:rpavlik@iastate.edu">rpavlik@iastate.edu</a><br>
<a href="http://academic.cleardefinition.com">http://academic.cleardefinition.com</a><br>Internal VRAC/HCI Site: <a href="http://tinyurl.com/rpavlik">http://tinyurl.com/rpavlik</a><br>
</div>