[Insight-developers] Errors in Examples with Intel C++

Luis Ibanez ibanez@choroid.cs.unc.edu
Thu, 20 Sep 2001 06:13:31 -0400 (EDT)


Hi

The Examples directory is now being built
in WinNT with the Intel compiler.

Errors seems to be occurring during the linking
phase. It seems that they are originated from
a conflict in the compilation options used for
building ITK, and the options used for building
FLTK.

It looks like FLTK is being built in this machine
for single threading, which makes the linker try
to use LIBCMT.lib. ITK is probably being built
for Multithreading DLL, and so the linkar ALSO
try to link with MSVCRT.dll.

It this is the cause, recompiling FLTK using the
*exact* same options used by ITK should get rid
of the problem.



Luis


-- 
Luis Ibanez                                      CB#:   7060
Research Assistan Professor                      phone: (919) 843 5436
Division of Neurosurgery                         fax:   (919) 966 6627
University of North Carolina at Chapel Hill      email: ibanez@cs.unc.edu
Chapel Hill, NC 27599-7060                       http://www.cs.unc.edu/~ibanez