[Insight-users] It can't open vxlnumerics.lib
Luis Ibanez
luis.ibanez@kitware.com
Wed, 10 Apr 2002 09:52:18 -0400
Hi Samuel,
It seems that your configuration is building
shared libraries.
Please rerun CMake and set
BUILD_SHARED_LIBS="OFF"
That should prevent VC++ from creating dlls.
Please let us know if that solves your problem.
Luis
--------------------------------------
Samuel Rodríguez Bescos wrote:
>
> Hello everybody,
>
> I'm using Cmake to create the ITK workspace. It works fine but when I'm
> building the ITK workspace. The Visual C++ can't open the library
> vxlnumerics.lib. when It is linking.In the system there is a library
> "vxlnumerics" but with extension .dll. Could anybody tell me what's
> happening and How can I solve this problem?.
>
>
>
> The error message is:
>
>
>
> /Performing Custom Build Step on "C:/Archivos de
> programa/Insight/Code/Numerics/Statistics/CMakeLists.txt"
> Compiling...
> itkFastRandomUnitNormalVariateGenerator.cxx
> Linking...
> LINK : fatal error LNK1104: cannot open file "VXLNumerics.lib"
> Error executing link.exe./
>
>
>
>
>
> Thanks,
>
> Samuel
>