[ITK-users] ld error when linking -litkTestDriver

Dženan Zukić dzenanz at gmail.com
Wed Mar 30 11:24:52 EDT 2016


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.

Are you trying to compile the ITK library itself, or a project using ITK
library?

Regards,
Dženan

On Wed, Mar 30, 2016 at 11:05 AM, Juan Bernardo Tamez <jb_tamez at hotmail.com>
wrote:

> Hi dzenanz,
>
> No, I couldn't find any instances of itkTestDriver.lib on the build folder.
> I used cmake to generate the project following the instructions from
> http://www.itk.org/Wiki/ITK/Configuring_and_Building. It appears to
> generate
> only the TestDriver executable and some intermediate files:
>
> itkTestDriver (executable)
> itkTestDriver.dir
> itkTestDriver.cxx.o
>
> Regards,
> Juan
>
>
>
> --
> View this message in context:
> http://itk-insight-users.2283740.n2.nabble.com/ld-error-when-linking-litkTestDriver-tp7588671p7588674.html
> Sent from the ITK Insight Users mailing list archive at Nabble.com.
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/insight-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20160330/23fcf1eb/attachment.html>


More information about the Insight-users mailing list