[Insight-users] itkio library

Luis Ibanez luis.ibanez@kitware.com
Tue, 09 Apr 2002 09:45:20 -0400


Hi Lydia,

ITKIO.lib should be built by default.
It should not depend on the options you
select with CMake.

In principle the library should be created
in the Insight binary directory (the one you
selected during configuration, let's say
"InsightBin"):

       InsightBin/Code/IO/

and depending on the VC++ configuration
that you are using it should be in a
subdir like:

    Debug/    or    Release/   or
    MinSizeRel/  or  RelWithDebInfo/

Note that you should use the same VC++
configuration for the whole build.

If your project is built for Release
but the libraries were built for Debug,
the library will not be found at link
time because VC++ will look for the
library in a "/Release" subdirectory.


Are you getting a link time error from VC++ ?

It this is the case, could you please post
the full error message to the list.


   Thanks

     Luis


==========================================

ycl lydia wrote:
> Dear All
> I installed itk and built itk using Cmakesetup many times with all the 
> options set to On except build shared libraries option. I never get 
> itkio library. what's wrong in my installation? is there anything I need 
> to add?
> thanks
> 
> _________________________________________________________________
> MSN Photos est le moyen le plus simple de partager, modifier et imprimer 
> vos photos préférées. http://photos.msn.fr/Support/WorldWide.aspx
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
>