[Insight-users] Insight Apps Linking Error
Luis Ibanez
luis.ibanez@kitware.com
Sun, 04 May 2003 18:30:26 -0400
Hi Nasser,
You seem to be experiencing a configuration problem.
1) Did you succeed building the basic ITK libraries ?
2) Did you verified if the file "ITKAlgorithms.lib" is in
the binary directory you provided to CMake at configuration
time ? It should be under ITKBinary/bin/debug
3) Please post the CMakeCache.txt file generated by CMake in
the binary directory where you built ITK
4) Please post the CMakeCache.txt file generated by CMake in
the binary directory where you are trying to build
InsightApplications.
5) Please make a search for "ITKAlgorithms.lib" in the binary
directory where you built ITK and let us know the exact
path where you find the file (if you find it).
Thanks
Luis
--------------------
Nasser Kashou wrote:
> Hello again,
> Ok, I've tried different configurations when setting up ITK on CMake, but I'm
> still getting a linking error when I try to run the Applications. Can someone
> tell me the min. requirements in the CMake setup? I'm compiling both ITK.dsw
> and InsightApplications.dsw using WIN32 Debug. Below is the error:
>
> Linking...
> LINK : fatal error LNK1104: cannot open file "ITKAlgorithms.lib"
> Error executing link.exe.
>
> thanks, nasser