<div dir="ltr"><font face="monospace, monospace">Dear Matt</font><div><font face="monospace, monospace">Thank you so much!</font></div><div><span style="color:rgb(0,0,0);font-size:13px"><font face="monospace, monospace">I made the change you suggested and now it is working fine.</font></span><br></div><div><span style="color:rgb(0,0,0);font-size:13px"><font face="monospace, monospace"><br></font></span></div><div><span style="color:rgb(0,0,0);font-size:13px"><font face="monospace, monospace">Regards.</font></span></div><div><span style="color:rgb(0,0,0);font-size:13px"><font face="monospace, monospace">Edward</font></span></div><div class="gmail_extra"><br><div class="gmail_quote">2015-01-21 14:40 GMT-06:00 Matt McCormick <span dir="ltr"><<a href="mailto:matt.mccormick@kitware.com" target="_blank">matt.mccormick@kitware.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Edward,<br>
<br>
It looks like you are trying to use a project that had a CMake<br>
configuration for ITKv3.  To update the configuration for ITKv4,<br>
change<br>
<br>
target_link_libraries(myexecutable<br>
  ITKAlgorithms<br>
  ITKIO<br>
  )<br>
<br>
with<br>
<br>
target_link_libraries(myexecutable<br>
  ${ITK_LIBRARIES}<br>
  )<br>
<br>
HTH,<br>
Matt<br>
<div><div class="h5"><br>
On Wed, Jan 21, 2015 at 3:26 PM, Edward Flórez Pacheco<br>
<<a href="mailto:ted.florez@gmail.com">ted.florez@gmail.com</a>> wrote:<br>
> Hi everyone<br>
><br>
> I am a new ITK user.<br>
> Currently, I am using a set of algorithms that use ITK.<br>
> I installed the InsightToolkit - version 4.6.1 but I had these troubles:<br>
><br>
> CMakeFiles/DicomSeriesReadImageWrite2.dir/DicomSeriesReadImageWrite2.cxx.o<br>
> Linking CXX executable DicomSeriesReadImageWrite2<br>
> /usr/bin/ld: cannot find -lITKAlgorithms<br>
> /usr/bin/ld: cannot find -lITKIO<br>
> collect2: ld returned 1 exit status<br>
> make[2]: ** [DicomSeriesReadImageWrite2] Erro 1<br>
> make[1]: ** [CMakeFiles/DicomSeriesReadImageWrite2.dir/all] Erro 2<br>
> make: ** [all] Erro 2<br>
><br>
> If anyone has some idea about these issues and can give me some help I'll be<br>
> very thankful.<br>
> Thank you in advance.<br>
><br>
> Best regards.<br>
><br>
> --<br>
> Edward Flórez<br>
><br>
</div></div>> _______________________________________________<br>
> Community mailing list<br>
> <a href="mailto:Community@itk.org">Community@itk.org</a><br>
> <a href="http://public.kitware.com/mailman/listinfo/community" target="_blank">http://public.kitware.com/mailman/listinfo/community</a><br>
><br>
</blockquote></div><br><br clear="all"><div><br></div><div class="gmail_signature"><div dir="ltr"><div style="margin-right:0px" dir="ltr" align="left"><font face="Times New Roman"><br></font></div></div></div>
</div></div>