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 "${CMAKE_C_FLAGS} -static")</div><div> SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -static")</div><div>
<br></div><div>HTH!</div><div>Saurabh</div><div><br>On Mon, Jul 2, 2012 at 2:07 AM, Jana Sefcikova <<a href="mailto:neollie@gmail.com" target="_blank">neollie@gmail.com</a>> wrote:<br>> Hi Saurabh, <br>> thank you, I read some threads and It seams MAC does not support static<br>
> linking. <br>> But what to do with this knowledge ? Should I edit makefiles ? Which ?<br>><br>> Thanks for your response<br>> Jana<br></div></div>
</div></div></div></div>