I am trying to build and execute the first example in the ITK Software Guide using the HelloWorld.cxx code located in Insight/Examples/Installation.  I first ran "ccmake Insight", configured ccmake with BUILD_EXAMPLE on, then generated and exited.  I then went into Insight/Examples/Installation, where there was a makefile generated, and ran gmake.  
<br><br>The following is the output:<br>Linking CXX executable HelloWorld<br>/usr/bin/ld: cannot find -lITKCommon<br>collect2: ld returned 1 exit status<br>gmake[2]: *** [HelloWorld] Error 1<br>gmake[1]: *** [CMakeFiles/HelloWorld.dir/all] Error 2
<br>gmake: *** [all] Error 2<br><br>My question is, what is -lITKCommon, and how can I properly configure ccmake so I can compile and run this example?<br><br>Thanks,<br>Catherine<br><br>