Hi Kent!<br>thanks for answering...<br>I finally manage to solve my problem (installing GDCM actually made the gdcm symbols export possible --&gt; compiled) and it works beautifully :)<br><br>AFAIK, DCMTK does not have DICOMRT support yet...although I read they&#39;re going to implement it soon. <br>

Marta<br><br><div class="gmail_quote">On 13 March 2012 18:25, Kent Williams <span dir="ltr">&lt;<a href="mailto:nkwmailinglists@gmail.com">nkwmailinglists@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I should also mention that sometime after ITK 4.1 the GDCM support<br>
will be deprecated, and ITK will be using DCMTK instead.  There are<br>
some technical and maintenance reasons for this, but it wouldn&#39;t hurt<br>
if you&#39;re serious about DICOM, it would be a good thing to get DCMTK<br>
and learn to use it.<br>
<div class="im HOEnZb"><br>
On Tue, Mar 13, 2012 at 11:54 AM, Marta Peroni &lt;<a href="mailto:m.peroni@gmail.com">m.peroni@gmail.com</a>&gt; wrote:<br>
</div><div class="HOEnZb"><div class="h5">&gt; Hi!<br>
&gt; I&#39;m in need of having the version of ITK/VTK/GDCM mentioned in the subject<br>
&gt; communicating together for one project. I&#39;m stuck with ITK and VTK versions<br>
&gt; (i.e. canNOT modify them).<br>
&gt; I&#39;d love to have GDCM 2 though instead of GDCM 1.<br>
&gt;<br>
&gt; I can successfully configure VTK5.6 + GDCM 2.2 and runs beautifully.<br>
&gt; I am not able to add ITK though.<br>
&gt;<br>
&gt; at first I had the vtkmetaio error, which I solved with this:<br>
&gt;<br>
&gt; now, I set ITK_USE_SYSTEM_GDCM and make sure to link to correct folders. I<br>
&gt; can configure, but cannot compile.....<br>
&gt; first line of make:<br>
&gt;<br>
&gt; ../../bin/libITKIO.a(itkGDCMImageIO.o): In function<br>
&gt; `itk::GDCMImageIO::CanReadFile(char const*)&#39;:<br>
&gt; itkGDCMImageIO.cxx:(.text+0x136a): undefined reference to<br>
&gt; `gdcm::Reader::SetFileName(char const*)&#39;<br>
&gt; ../../bin/libITKIO.a(itkGDCMImageIO.o): In function<br>
&gt; `itk::GDCMImageIO::Read(void*)&#39;:<br>
&gt; itkGDCMImageIO.cxx:(.text+0x14a8): undefined reference to<br>
&gt; `gdcm::Reader::SetFileName(char const*)&#39;<br>
&gt; itkGDCMImageIO.cxx:(.text+0x18a0): undefined reference to<br>
&gt; `gdcm::Unpacker12Bits::Unpack(char*, char const*, unsigned long)&#39;<br>
&gt; ../../bin/libITKIO.a(itkGDCMImageIO.o): In function<br>
&gt; `itk::GDCMImageIO::InternalReadImageInformation(std::basic_ifstream&lt;char,<br>
&gt; std::char_traits&lt;char&gt; &gt;&amp;)&#39;:<br>
&gt; itkGDCMImageIO.cxx:(.text+0x1e8d): undefined reference to<br>
&gt; `gdcm::Reader::SetFileName(char const*)&#39;<br>
&gt; ../../bin/libITKIO.a(itkGDCMImageIO.o): In function<br>
&gt; `itk::GDCMImageIO::Write(void const*)&#39;:<br>
&gt; itkGDCMImageIO.cxx:(.text+0x32e1): undefined reference to<br>
&gt; `gdcm::FileMetaInformation::AppendImplementationClassUID(char const*)&#39;<br>
&gt; itkGDCMImageIO.cxx:(.text+0x3364): undefined reference to<br>
&gt; `gdcm::FileMetaInformation::SetSourceApplicationEntityTitle(char const*)&#39;<br>
&gt; itkGDCMImageIO.cxx:(.text+0x3393): undefined reference to<br>
&gt; `gdcm::Global::GetInstance()&#39;<br>
&gt; itkGDCMImageIO.cxx:(.text+0x33a3): undefined reference to<br>
&gt; `gdcm::Global::GetDicts()&#39;<br>
&gt; itkGDCMImageIO.cxx:(.text+0x33b3): undefined reference to<br>
&gt; `gdcm::Dicts::GetPublicDict() const&#39;<br>
&gt; itkGDCMImageIO.cxx:(.text+0x34f3): undefined reference to<br>
&gt; `gdcm::Tag::ReadFromPipeSeparatedString(char const*)&#39;<br>
&gt; itkGDCMImageIO.cxx:(.text+0x372d): undefined reference to<br>
&gt; `gdcm::VR::IsVRFile() const&#39;<br>
&gt; itkGDCMImageIO.cxx:(.text+0x5ae9): undefined reference to<br>
&gt; `gdcm::Writer::SetFileName(char const*)&#39;<br>
&gt; ../../bin/libITKIO.a(itkGDCMImageIO.o): In function<br>
&gt; `itk::GDCMImageIO::GetLabelFromTag(std::basic_string&lt;char,<br>
&gt; std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; const&amp;,<br>
&gt; std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;&amp;)&#39;:<br>
&gt; itkGDCMImageIO.cxx:(.text+0x6a77): undefined reference to<br>
&gt; `gdcm::Tag::ReadFromPipeSeparatedString(char const*)&#39;<br>
&gt; itkGDCMImageIO.cxx:(.text+0x6aa0): undefined reference to<br>
&gt; `gdcm::Global::GetInstance()&#39;<br>
&gt; itkGDCMImageIO.cxx:(.text+0x6ab0): undefined reference to<br>
&gt; `gdcm::Global::GetDicts() const&#39;<br>
&gt; itkGDCMImageIO.cxx:(.text+0x6acc): undefined reference to<br>
&gt; `gdcm::Dicts::GetDictEntry(gdcm::Tag const&amp;, char const*) const&#39;<br>
&gt;<br>
&gt;<br>
&gt; I saw many ppl having this issue, so I wonder if I just have to surrender...<br>
&gt; by the way, I&#39;m on Arch linux 64 bits, and I cannot install libraries<br>
&gt; because I need multiple versions of GDCM and VTK (I mean same version but<br>
&gt; different options turned on :)<br>
&gt; thanks<br>
&gt; Marta<br>
&gt;<br>
</div></div><div class="HOEnZb"><div class="h5">&gt; _____________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt; <a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;<br>
</div></div></blockquote></div><br>