Hi Jana,<br><br>I am not sure but since you have problem in itkhdf5, try changing the options in that first. You can start by changing CMakeLists.txt file at the following location:<div><div><span style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">Modules/ThirdParty/HDF5/src/</span><span style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">itkhdf5/src/</span>CMakeLists.txt (around line 264)</div>
<div><div><br></div><div>What is BUILD_STATIC_EXECS option set as, in your itkhdf5 compilation?</div><div><br><div><div>You can try setting explicitly this to OFF (around line 266), something like</div><div>SET (BUILD_STATIC_EXECS OFF) or</div>
<div>try commenting out the following lines (line 268,269) </div><div><div>    SET (CMAKE_C_FLAGS &quot;${CMAKE_C_FLAGS} -static&quot;)</div><div>    SET (CMAKE_CXX_FLAGS &quot;${CMAKE_CXX_FLAGS} -static&quot;)</div><div>
<br></div><div>HTH!</div><div>Saurabh</div><div><br>On Mon, Jul 2, 2012 at 2:07 AM, Jana Sefcikova &lt;<a href="mailto:neollie@gmail.com" target="_blank">neollie@gmail.com</a>&gt; wrote:<br>&gt; Hi Saurabh, <br>&gt; thank you, I read some threads and It seams MAC does not support static<br>

&gt; linking. <br>&gt; But what to do with this knowledge ? Should I edit makefiles ? Which ?<br>&gt;<br>&gt; Thanks for your response<br>&gt; Jana<br></div></div>
</div></div></div></div>