[Insight-developers] The build problem I mentioned.

Brad King brad.king@kitware.com
Tue, 22 Oct 2002 10:01:19 -0400 (EDT)


> This is from an email I sent Brad yesterday (hitting ^R and thinking I
> was sending to the list).
>
>   /usr/local/bin/cmake -S/WorkSpace/foskey/SampleProject
>   -O/WorkSpace/foskey/SampleProject-Linux
>   -H/WorkSpace/foskey/SampleProject -B/WorkSpace/foskey/SampleProject-Linux
>   c++ -rdynamic  itkSampleProject.o
>   -L/WorkSpace/foskey/Insight-Linux/bin -lVXLNumerics -lITKCommon
>   -Wl,-rpath,/WorkSpace/foskey/Insight-Linux/bin  -o itkSampleProject
>   /WorkSpace/foskey/Insight-Linux/bin/libITKCommon.a(itkDynamicLoader.o):
>   In function `itk::DynamicLoader::OpenLibrary(char const *)':
>   /WorkSpace/foskey/Insight/Code/Common/itkDynamicLoader.cxx:261:
>   undefined reference to `dlopen'
>   [...many more errors]

You are trying to build the SampleProject example from the main ITK CVS
checkout.  I've made several changes to the release branch that haven't
yet been merged into the trunk.  This is one of them.  I'm going to merge
the changes sometime in the next few days.

-Brad