Thanks for locating this.<br>

<br>On 3/7/07, <b class="gmail_sendername">Mike Jackson</b> &lt;<a href="mailto:imikejackson@gmail.com">imikejackson@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
InsightToolkit-3.0.1/Utilities/vxl/config/cmake/config/CMakeLists.txt<br><br>There is a section in the above file that checks for the math library:<br>IF(UNIX)<br>&nbsp;&nbsp; SET(CMAKE_REQUIRED_LIBRARIES &quot;${CMAKE_REQUIRED_LIBRARIES};m&quot;)
<br>ENDIF(UNIX)<br><br>Although generally true, using the latest Intel compiler on OS X<br>(9.1.036) will add Intel&#39;s own libimf.a for math functions. Is there<br>a way to detect that the Intel Compiler is being used and not run
<br>this section of cmake code? </blockquote><div><br><br>
&nbsp;&nbsp; IF(CMAKE_C_COMPILER MATCHES &quot;icc&quot;)<br>
&nbsp;&nbsp;&nbsp;&nbsp; # c compiler is icc<br>
&nbsp;&nbsp;&nbsp;&nbsp; ...<br>
<br>
&nbsp;&nbsp; IF(CMAKE_CXX_COMPILER MATCHES &quot;icpc&quot;)<br>
&nbsp;&nbsp;&nbsp;&nbsp; # c++ compiler is icc<br>
&nbsp;&nbsp;&nbsp;&nbsp; ...<br>
<br>
I don&#39;t know if you need to add a few OsX version check or icc version checks or both in there too.. <br>
<br>
&nbsp; ie. <br>
Is this specific to the Intel math library, libmf version 9.1 <br>
and/or Is it specifc to the Intel math lib libmf on OsX<br>
and/or Is it specifc to the Intel math lib libmf on OsX Tiger ??<br>
<br>
Nobody I guess has really tried building with the intel compiler on OsX. ICC in itself has very few users. <br>
<br>
Thanks<br>
--<br>
karthik&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">or am I missing something completely?<br><br>--<br>Mike Jackson<br>imikejackson &amp; gmail * com
<br><br><br><br>_______________________________________________<br>Insight-users mailing list<br><a href="mailto:Insight-users@itk.org">Insight-users@itk.org</a><br><a href="http://www.itk.org/mailman/listinfo/insight-users">
http://www.itk.org/mailman/listinfo/insight-users</a><br></blockquote></div><br><br clear="all"><br>-- <br>Karthik Krishnan<br>R&amp;D Engineer,<br>Kitware Inc.