<div dir="ltr">Thank you very much Mathieu.<br>It&#39;s very nice to help me ;-)<br><br>I think I&#39;ve resolved the problem.<br>Unfortunately, I can&#39;t explain exactly how I managed to resolve this problem because I resintalled gdcm et vtk, I retried with a new CMakeFile.txt, and it finally worked... after hours of research and testing...<br>
<br><br>Thank you again Mathieu,<br><br><br>Have a nice day ;-)<br><br><br><br>Stéphane<br><br><br><br><br><div class="gmail_quote">2008/10/8 Mathieu Malaterre <span dir="ltr">&lt;<a href="mailto:mathieu.malaterre@gmail.com">mathieu.malaterre@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">On Tue, Oct 7, 2008 at 8:21 PM, Stéphane CALANDE &lt;<a href="mailto:scalande@gmail.com">scalande@gmail.com</a>&gt; wrote:<br>

&gt; Hi,<br>
&gt;<br>
&gt;<br>
&gt; I&#39;m trying to compile a source c++ that uses VTK and GDCM libraries (<br>
&gt; <a href="http://info.fundp.ac.be/%7Escalande/problem/gdcmorthoplanes.cxx" target="_blank">http://info.fundp.ac.be/~scalande/problem/gdcmorthoplanes.cxx</a> if it is<br>
&gt; useful... ).<br>
&gt;<br>
&gt; I have installed the last versions of VTK and GDCM, and I use CMake to<br>
&gt; generate the Makefile. (I&#39;m on Windows)<br>
&gt; But, when I compile, I always meet the same errors, even if I take other<br>
&gt; example files.<br>
&gt; The errors I receive are &quot;multiple definition of&quot;...<br>
&gt;<br>
&gt; I&#39;m a newbie and I have tried everything today to manage to compile my<br>
&gt; examples but without any result.<br>
&gt;<br>
&gt;<br>
&gt; In order to be easier to understand the problem I meet, I created a little<br>
&gt; .png file that summarize my problem.<br>
&gt; <a href="http://info.fundp.ac.be/%7Escalande/problem/error01.PNG" target="_blank">http://info.fundp.ac.be/~scalande/problem/error01.PNG</a><br>
&gt;<br>
&gt;<br>
&gt; I would really appreciate it if someone could help me by explaining me the<br>
&gt; problem or by giving solutions to resolve it.<br>
<br>
</div></div>In other word. Stephane is trying to link an executable to a static<br>
lib (libvtkgdcm.a) which also links to vtk (libvtkRendering.a), and<br>
this executable requires the use of symbols from libvtkWidgets.a. when<br>
doing the link on mingw, this gives an error message about duplicate<br>
symbols. Since I am not at expert at both (mingw / static) I suggested<br>
to post the question here.<br>
<br>
Thanks,<br>
--<br>
<font color="#888888">Mathieu<br>
</font></blockquote></div><br></div>