Thank you for the suggestion. Making the change did allow it to get past that point, but then it ran into a whole mess of errors later. Is it likely that I did something wrong at some point during the installation (before I started editing files), or will the 
3.2.0 release really not compile as-is?<br><br>Is the ITK available as a package from anywhere?<br><br>Thanks again for any help!<br>&nbsp;- Dan<br><br>A sample:<br>[ 15%] Built target itkjpeg16<br>[ 17%] Built target itkgdcm<br>
[ 17%] Built target ITKznz<br>[ 17%] Built target ITKniftiio<br>[ 17%] Built target itkvcl<br>Linking CXX executable vcl_test_all<br>CMakeFiles/vcl_test_all.dir/test_driver.o: In function `__static_initialization_and_destruction_0(int, int)&#39;:
<br>test_driver.cxx:(.text+0x23): undefined reference to `std::ios_base::Init::Init()&#39;<br>CMakeFiles/vcl_test_all.dir/test_driver.o: In function `__tcf_0&#39;:<br>test_driver.cxx:(.text+0x6c): undefined reference to `std::ios_base::Init::~Init()&#39;
<br>CMakeFiles/vcl_test_all.dir/test_driver.o: In function `testresult(int)&#39;:<br>test_driver.cxx:(.text+0x96): undefined reference to `std::cout&#39;<br>test_driver.cxx:(.text+0x9b): undefined reference to `std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;&amp; std::operator$
<br>test_driver.cxx:(.text+0xa3): undefined reference to `std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;&amp; std::endl&lt;cha$<br>test_driver.cxx:(.text+0xab): undefined reference to `std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;::operator&lt;&lt;(st$
<br>test_driver.cxx:(.text+0xc9): undefined reference to `std::cout&#39;<br><br><br><div><span class="gmail_quote">On 5/23/07, <b class="gmail_sendername">R Holbrey</b> &lt;<a href="mailto:richardh@comp.leeds.ac.uk">richardh@comp.leeds.ac.uk
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Wed, 23 May 2007, Dan Homerick wrote:<br><br>&gt; Building the ITK with gcc (ver 
4.1.2) and cmake (ver 2.4-patch 6) in Ubuntu<br>&gt; (ver 7.04), I received the following error:<br>&gt;<br>&gt; [&nbsp;&nbsp;1%] Built target mkg3states<br>&gt; [&nbsp;&nbsp;3%] Built target itkjpeg8<br>&gt; [&nbsp;&nbsp;4%] Built target itktiff<br>&gt; [&nbsp;&nbsp;5%] Built target itkopenjpeg
<br>&gt; [&nbsp;&nbsp;6%] Built target itksys<br>&gt; [&nbsp;&nbsp;7%] Built target ITKMetaIO<br>&gt; [&nbsp;&nbsp;9%] Built target ITKNrrdIO<br>&gt; [&nbsp;&nbsp;9%] Built target ITKEXPAT<br>&gt; [&nbsp;&nbsp;9%] Building CXX object<br>&gt; Utilities/DICOMParser/CMakeFiles/ITKDICOMParser.dir/DICOMFile.o
<br>&gt; /usr/local/InsightToolkit-3.2.0/Utilities/DICOMParser/DICOMFile.h:51: error:<br>&gt; expected unqualified-id before &#39;&amp;&#39; token<br>&gt; /usr/local/InsightToolkit-3.2.0/Utilities/DICOMParser/DICOMFile.h:51: error:
<br>&gt; expected &#39;,&#39; or &#39;...&#39; before &#39;&amp;&#39; token<br><br>as a first test, I&#39;d try commenting out the #ifdefs in DICOMConfig.h:42<br><br>#ifdef DICOM_NO_STD_NAMESPACE<br>&nbsp;&nbsp; #define dicom_stl<br>
#else<br>&nbsp;&nbsp; #define dicom_stl std<br>#endif<br><br>to just &quot;#define dicom_stl std&quot;.<br><br>I&#39;ve no idea what the alternative relates to.<br><br><br>richard<br><br>&gt; /usr/local/InsightToolkit-3.2.0/Utilities/DICOMParser/DICOMFile.h:51: error:
<br>&gt; ISO C++ forbids declaration of &#39;parameter&#39; with no type<br>&gt; /usr/local/InsightToolkit-3.2.0/Utilities/DICOMParser/DICOMFile.cxx:61:<br>&gt; error: expected unqualified-id before &#39;&amp;&#39; token<br>
&gt; /usr/local/InsightToolkit-3.2.0/Utilities/DICOMParser/DICOMFile.cxx:61:<br>&gt; error: expected &#39;,&#39; or &#39;...&#39; before &#39;&amp;&#39; token<br>&gt; /usr/local/InsightToolkit-3.2.0/Utilities/DICOMParser/DICOMFile.cxx:61:
<br>&gt; error: ISO C++ forbids declaration of &#39;parameter&#39; with no type<br>&gt; /usr/local/InsightToolkit-3.2.0/Utilities/DICOMParser/DICOMFile.cxx: In<br>&gt; member function &#39;bool itkdicomparser::DICOMFile::Open(int)&#39;:
<br>&gt; /usr/local/InsightToolkit-3.2.0/Utilities/DICOMParser/DICOMFile.cxx:66:<br>&gt; error: &#39;filename&#39; was not declared in this scope<br>&gt; make[2]: ***<br>&gt; [Utilities/DICOMParser/CMakeFiles/ITKDICOMParser.dir/DICOMFile.o] Error 1
<br>&gt; make[1]: *** [Utilities/DICOMParser/CMakeFiles/ITKDICOMParser.dir/all] Error<br>&gt; 2<br>&gt; make: *** [all] Error 2<br>&gt;<br>&gt; This was the latest release version of the ITK from Sourceforge. Any<br>&gt; suggestions?
<br>&gt;<br>&gt; Thanks for any help,<br>&gt; - Dan<br>&gt;<br></blockquote></div><br>