<br>Greetings<br>To install ITK I used Ubuntu9.10 Package manager and to compile an example file I&#39;m using this website:<br><a href="http://www.cmake.org/Wiki/ITK_Configuring_and_Building_for_Ubuntu_Linux#Compiling_an_ITK_project_from_the_command_line">http://www.cmake.org/Wiki/ITK_Configuring_and_Building_for_Ubuntu_Linux#Compiling_an_ITK_project_from_the_command_line</a><br>
<br>in CMAKE I put where I have my example code for Hello World<br>At source I putted: /home/anrr/Desktop/segmentation/projects where I have a copy of CMakeLists.txt and HelloWorld.cxx<br>and in binary I putted: /home/anrr/Desktop/segmentation/projects and when i run Configure I get:<br>

<meta name="qrichtext" content="1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin: 0px; text-indent: 0px;">The C compiler identification is GNU</p>
<p style="margin: 0px; text-indent: 0px;">The CXX compiler identification is GNU</p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">CMake Warning at /usr/lib/InsightToolkit/UseITK.cmake:103 (FIND_PACKAGE):</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">  Could not find module FindGDCM.cmake or a configuration file for package</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">  GDCM.</span></p>
<p style="margin: 0px; text-indent: 0px; color: rgb(255, 0, 0);"></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">  Adjust CMAKE_MODULE_PATH to find FindGDCM.cmake or set GDCM_DIR to the</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">  directory containing a CMake configuration file for GDCM.  The file will</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">  have one of the following names:</span></p>
<p style="margin: 0px; text-indent: 0px; color: rgb(255, 0, 0);"></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">    GDCMConfig.cmake</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">    gdcm-config.cmake</span></p>
<p style="margin: 0px; text-indent: 0px; color: rgb(255, 0, 0);"></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">Call Stack (most recent call first):</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">  CMakeLists.txt:13 (INCLUDE)</span></p>
<p style="margin: 0px; text-indent: 0px; color: rgb(255, 0, 0);"></p>
<p style="margin: 0px; text-indent: 0px; color: rgb(255, 0, 0);"></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">CMake Error at /usr/lib/InsightToolkit/UseITK.cmake:107 (MESSAGE):</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">  UseITK could not load GDCM settings from &quot;GDCM_DIR-NOTFOUND&quot; even through</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">  ITK was built using GDCM from this location.</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">Call Stack (most recent call first):</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">  CMakeLists.txt:13 (INCLUDE)</span></p>
<p style="margin: 0px; text-indent: 0px; color: rgb(255, 0, 0);"></p>
<p style="margin: 0px; text-indent: 0px; color: rgb(255, 0, 0);"></p>
<p style="margin: 0px; text-indent: 0px;">Configuring incomplete, errors occurred!</p><br>Does anyone has an idea of what might be happening?<br>Thank you<br><br>KIM<br><br>