<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">You should not need to link to test driver. Since ITK is a library, it does not generate executables. If you did not enable dynamic libraries, it means that results of "building" the library reside in /lib folder, not /bin. Also, a big part of ITK is header-only, which means there is nothing to be generated until you include it in your project.</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Are you trying to compile the ITK library itself, or a project using ITK library?</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Regards,</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Dženan</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 30, 2016 at 11:05 AM, Juan Bernardo Tamez <span dir="ltr"><<a href="mailto:jb_tamez@hotmail.com" target="_blank">jb_tamez@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi dzenanz,<br>
<br>
No, I couldn't find any instances of itkTestDriver.lib on the build folder.<br>
I used cmake to generate the project following the instructions from<br>
<a href="http://www.itk.org/Wiki/ITK/Configuring_and_Building" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK/Configuring_and_Building</a>. It appears to generate<br>
only the TestDriver executable and some intermediate files:<br>
<br>
itkTestDriver (executable)<br>
itkTestDriver.dir<br>
itkTestDriver.cxx.o<br>
<br>
Regards,<br>
Juan<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-insight-users.2283740.n2.nabble.com/ld-error-when-linking-litkTestDriver-tp7588671p7588674.html" rel="noreferrer" target="_blank">http://itk-insight-users.2283740.n2.nabble.com/ld-error-when-linking-litkTestDriver-tp7588671p7588674.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the ITK Insight Users mailing list archive at Nabble.com.<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" rel="noreferrer" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
</div></div></blockquote></div><br></div>