[Insight-developers] missing gdcmDSED

Nicholas Tustison ntustison at gmail.com
Mon Mar 14 09:47:01 EDT 2011


Thanks, Alex.  I must have invoked something from the 
modularized ITK part.  I'll go back and see if I can undo it
to simply get the vanilla installation.  Thanks agian. 



On Mar 14, 2011, at 9:40 AM, Alexandre GOUAILLARD wrote:

> hi nick,
> 
> I could not reproduce your error on my mac 10.6:
> Scanning dependencies of target HelloWorld
> [100%] Building CXX object CMakeFiles/HelloWorld.dir/HelloWorld.o
> Linking CXX executable HelloWorld
> (... long list of duplicated libs warnings from ld ...)
> [100%] Built target HelloWorld.
> 
> Note: I do not have any installed version of ITK at all, and I used
> the build tree of the freshly pulled and re-compiled ITK v4.
> Possible source of your problem:
> - If you have an installed (older) version of ITK it is possible that
> find_package finds that one.
> - I think I remember brad saying that the install for the modularized
> ITK v4 does not work (yet) either.
> 
> HTH.
> 
> alex.
> 
> 
> On Mon, Mar 14, 2011 at 9:15 PM, Nicholas Tustison <ntustison at gmail.com> wrote:
>> Hello all,
>> 
>> I'm trying to migrate over to the new modularized ITK.  I tried to
>> build the "HelloWorld" example in ITK/Examples/Installation/
>> but I'm getting the following complaint about a missing gdcm
>> library.  Any ideas on how I can correct it?
>> 
>> [ntustison at Nietzschean-Numerics Mon Mar 14 09:10:15] $ make
>> Scanning dependencies of target HelloWorld
>> [100%] Building CXX object CMakeFiles/HelloWorld.dir/HelloWorld.o
>> Linking CXX executable HelloWorld
>> ld: library not found for -lgdcmDSED
>> collect2: ld returned 1 exit status
>> make[2]: *** [HelloWorld] Error 1
>> make[1]: *** [CMakeFiles/HelloWorld.dir/all] Error 2
>> make: *** [all] Error 2
>> 
>> Thanks,
>> Nick
>> _______________________________________________
>> 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://kitware.com/products/protraining.html
>> 
>> 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://www.itk.org/mailman/listinfo/insight-developers
>> 



More information about the Insight-developers mailing list