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

Miller, James V (CRD) millerjv@crd.ge.com
Thu, 20 Sep 2001 07:30:27 -0400


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C141C7.A57DB1A0
Content-Type: text/plain

I thought when I set this up I was going to have a problem.  I think the problem is that fltk builds
using the multithreaded system libraries and not with multithreaded dll system libraries.

I'll rerun the nightly when I get a build.  Let me know if there is anything else I need on the
systems for any of the examples.



-----Original Message-----
From: Luis Ibanez [ mailto:ibanez@choroid.cs.unc.edu <mailto:ibanez@choroid.cs.unc.edu> ]
Sent: Thursday, September 20, 2001 6:14 AM
To: insight-Developers
Subject: [Insight-developers] Errors in Examples with Intel C++



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
<http://www.cs.unc.edu/~ibanez> 


_______________________________________________
Insight-developers mailing list
Insight-developers@public.kitware.com
http://public.kitware.com/mailman/listinfo/insight-developers
<http://public.kitware.com/mailman/listinfo/insight-developers> 



------_=_NextPart_001_01C141C7.A57DB1A0
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<TITLE></TITLE>

<META content=3D"MSHTML 5.50.4611.1300" name=3DGENERATOR></HEAD>
<BODY>
<P><FONT size=3D2>I thought when I set this up I was going to have a=20
problem.&nbsp; I think the problem is that fltk builds using the =
multithreaded=20
system libraries and not with multithreaded dll system =
libraries.</FONT><FONT=20
size=3D2></P>
<P><FONT color=3D#0000ff>I'll rerun the nightly when I get a =
build.&nbsp; Let me=20
know if there is anything else I need on the systems for any of the=20
examples.</FONT></P>
<P><BR><BR>-----Original Message-----<BR>From: Luis Ibanez [<A=20
href=3D"mailto:ibanez@choroid.cs.unc.edu">mailto:ibanez@choroid.cs.unc.e=
du</A>]<BR>Sent:=20
Thursday, September 20, 2001 6:14 AM<BR>To: =
insight-Developers<BR>Subject:=20
[Insight-developers] Errors in Examples with Intel=20
C++<BR><BR><BR><BR>Hi<BR><BR>The Examples directory is now being =
built<BR>in=20
WinNT with the Intel compiler.<BR><BR>Errors seems to be occurring =
during the=20
linking<BR>phase. It seems that they are originated from<BR>a conflict =
in the=20
compilation options used for<BR>building ITK, and the options used for=20
building<BR>FLTK.<BR><BR>It looks like FLTK is being built in this=20
machine<BR>for single threading, which makes the linker try<BR>to use=20
LIBCMT.lib. ITK is probably being built<BR>for Multithreading DLL, and =
so the=20
linkar ALSO<BR>try to link with MSVCRT.dll.<BR><BR>It this is the =
cause,=20
recompiling FLTK using the<BR>*exact* same options used by ITK should =
get=20
rid<BR>of the problem.<BR><BR><BR><BR>Luis<BR><BR><BR>--<BR>Luis=20
Ibanez&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;=20
CB#:&nbsp;&nbsp; 7060<BR>Research Assistan=20
Professor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
phone: (919) 843 5436<BR>Division of=20
Neurosurgery&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;=20
fax:&nbsp;&nbsp; (919) 966 6627<BR>University of North Carolina at =
Chapel=20
Hill&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; email: ibanez@cs.unc.edu<BR>Chapel =
Hill, NC=20
27599-7060&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
<A target=3D_blank=20
href=3D"http://www.cs.unc.edu/~ibanez">http://www.cs.unc.edu/~ibanez</A>=
<BR><BR><BR>_______________________________________________<BR>Insight-d=
evelopers=20
mailing list<BR>Insight-developers@public.kitware.com<BR><A =
target=3D_blank=20
href=3D"http://public.kitware.com/mailman/listinfo/insight-developers">h=
ttp://public.kitware.com/mailman/listinfo/insight-developers</A><BR></P>=
</FONT></BODY></HTML>

------_=_NextPart_001_01C141C7.A57DB1A0--