- Joined
- Oct 13, 2008
- Messages
- 2
- Reaction score
- 0
I'm learning to use CCMake with Insight Toolkit. I've been walking through their installation tutorial and run into the following error after I configure and generate (that is I press "c" and then "g" in the curses library):
clpc129[/home/scratch/Insight-work]$ ccmake . ../Insight-binary/
clpc129[/home/scratch/Insight-work]$ make
Linking CXX executable HelloWorld
/usr/bin/ld: cannot find -lITKCommon
collect2: ld returned 1 exit status
make[2]: *** [HelloWorld] Error 1
make[1]: *** [CMakeFiles/HelloWorld.dir/all] Error 2
make: *** [all] Error 2
I can't for the life of me figure out what the error is. I'm sleepy and hungry. Is there anyone out there that could point me in the right direction or solve this problem?
clpc129[/home/scratch/Insight-work]$ ccmake . ../Insight-binary/
clpc129[/home/scratch/Insight-work]$ make
Linking CXX executable HelloWorld
/usr/bin/ld: cannot find -lITKCommon
collect2: ld returned 1 exit status
make[2]: *** [HelloWorld] Error 1
make[1]: *** [CMakeFiles/HelloWorld.dir/all] Error 2
make: *** [all] Error 2
I can't for the life of me figure out what the error is. I'm sleepy and hungry. Is there anyone out there that could point me in the right direction or solve this problem?