[Insight-developers] [Fwd: [Fwd: SGI compilation from Sintef
Lorensen, William E (Research)
lorensen@crd.ge.com
Wed, 4 Dec 2002 10:35:39 -0500
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_01C29BAA.A821E1D4
Content-Type: text/plain
I agree. Something is strange here. Some of the changes seem to hardwire to the 730 compiler.
-----Original Message-----
From: Bill Hoffman [mailto:bill.hoffman@kitware.com]
Sent: Wednesday, December 04, 2002 10:18 AM
To: Luis Ibanez; Lorensen, William E (Research); Miller, James V (Research)
Cc: 'Insight Developers'
Subject: Re: [Insight-developers] [Fwd: [Fwd: SGI compilation from Sintef
We need to research this more. His installation of the compiler may be broken. I suspect if we
incorporate his changes, all other SGI's will stop working. He has the exact same compiler that we
have access to on rolle but he gets different build results.
-Bill
At 09:39 AM 12/4/2002 -0500, Luis Ibanez wrote:
Hi,
John Kaspersen from Sintef has found a number
of difficulties to build ITK on a SGI system.
Most of them related with vnl.
He found necessary to make the attached changed
in vnl files. There seems to be a compiler version
issue involved....
Should be incorporate these changes in ITK ?
Is there any better alternative ?
Thanks
Luis
>From - Wed Dec 04 09:29:59 2002
X-Mozilla-Status2: 10000000
Return-Path: <luis.ibanez@kitware.com>
Received: from mx1.biz.rr.com ([192.168.200.23]) by fep06.biz.rr.com
(InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with ESMTP
id <20021204125203.HOWD3911.fep06.biz.rr.com@mx1.biz.rr.com>
for <luis.ibanez@kitware.com>; Wed, 4 Dec 2002 07:52:03 -0500
Received: from fep03.biz.rr.com (fep03.biz.rr.com [24.30.201.200])
by mx1.biz.rr.com (8.12.6/8.12.6) with ESMTP id gB4Cq3jT017125
for <luis.ibanez@kitware.com>; Wed, 4 Dec 2002 07:52:03 -0500 (EST)
Received: from kitware.com ([24.29.66.132]) by fep03.biz.rr.com with ESMTP
id <20021204125203.UBPB1580.fep03.biz.rr.com@kitware.com>
for <luis.ibanez@kitware.com>; Wed, 4 Dec 2002 07:52:03 -0500
Message-ID: <3DEDFA0C.4040708@kitware.com>
Date: Wed, 04 Dec 2002 07:50:20 -0500
From: Luis Ibanez <luis.ibanez@kitware.com>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2.1) Gecko/20010901
X-Accept-Language: en-us
MIME-Version: 1.0
To: luis.ibanez@kitware.com
Subject: [Fwd: SGI compiling again !]
Content-Type: multipart/mixed;
boundary="------------030203090800080407000605"
Index: Insight/Code/Numerics/vxl/vcl/vcl_compiler.h
===================================================================
RCS file: /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_compiler.h,v
retrieving revision 1.5
diff -r1.5 vcl_compiler.h
8a9
>
18a20,21
>
> #error "compiler ver 730"
20a24
> #error "compiler ver 720"
22a27
>
38a44
>
Index: Insight/Code/Numerics/vxl/vcl/vcl_complex.h
===================================================================
RCS file: /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_complex.h,v
retrieving revision 1.5
diff -r1.5 vcl_complex.h
5a6,8
>
> #define VCL_SGI_CC_730
>
41a45
> #error "VCL_SGI_CC_730"
Index: Insight/Code/Numerics/vxl/vcl/vcl_cstddef.h
===================================================================
RCS file: /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_cstddef.h,v
retrieving revision 1.3
diff -r1.3 vcl_cstddef.h
15a16,17
> #elif defined(VCL_SGI_CC_730)
> # include <stddef.h>
Index: Insight/Code/Numerics/vxl/vcl/vcl_cstdio.h
===================================================================
RCS file: /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_cstdio.h,v
retrieving revision 1.4
diff -r1.4 vcl_cstdio.h
25a26,36
> # elif defined(VCL_SGI_CC_730)
> #error "FPRINT"
>
>
> #include "iso/vcl_cstdio.h"
> # undef vcl_printf
> # define vcl_printf ::printf
> # undef vcl_sprintf
> # define vcl_sprintf ::sprintf
>
>
Index: Insight/Code/Numerics/vxl/vcl/vcl_cstring.h
===================================================================
RCS file: /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_cstring.h,v
retrieving revision 1.3
diff -r1.3 vcl_cstring.h
15a16,23
> #elif defined(VCL_SGI_CC_730)
> # include<string.h>
> # define vcl_generic_cstring_STD /* */
>
> # include "generic/vcl_cstring.h"
>
> #error "MEMCPY"
>
Index: Insight/Code/Numerics/vxl/vcl/vcl_ctime.h
===================================================================
RCS file: /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_ctime.h,v
retrieving revision 1.2
diff -r1.2 vcl_ctime.h
11c11
< #if !VCL_CXX_HAS_HEADER_CTIME || defined(VCL_METRO_WERKS)
---
> #if !VCL_CXX_HAS_HEADER_CTIME || defined(VCL_METRO_WERKS) || defined(VCL_SGI_CC_730)
Index: Insight/Code/Numerics/vxl/vcl/sgi/vcl_cmath.h
===================================================================
RCS file: /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/sgi/vcl_cmath.h,v
retrieving revision 1.3
diff -r1.3 vcl_cmath.h
4c4
< #if defined(VCL_SGI_CC_720) || (defined(VCL_CXX_HAS_HEADER_CMATH) && !VCL_CXX_HAS_HEADER_CMATH)
---
> //#if defined(VCL_SGI_CC_720) || (defined(VCL_CXX_HAS_HEADER_CMATH) && !VCL_CXX_HAS_HEADER_CMATH)
6c6
<
---
> #error "inside sgi/vcl_cmath.h"
104,106c104,106
< #else // iso
< # include "../iso/vcl_cmath.h"
< #endif
---
> //#else // iso
> //# include "../iso/vcl_cmath.h"
> //#endif
Index: Insight/Code/Numerics/vxl/vcl/sgi/vcl_complex.txx
===================================================================
RCS file: /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/sgi/vcl_complex.txx,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 vcl_complex.txx
0a1,2
> #error "In vcl_complex.txx"
>
Index: Insight/Code/Numerics/vxl/vcl/sgi/vcl_cstdlib.h
===================================================================
RCS file: /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/sgi/vcl_cstdlib.h,v
retrieving revision 1.1.1.2
diff -r1.1.1.2 vcl_cstdlib.h
5c5,7
< #if defined(VCL_SGI_CC_720) || (defined(VCL_CXX_HAS_HEADER_CSTDLIB) && !VCL_CXX_HAS_HEADER_CSTDLIB)
---
> #if defined(VCL_SGI_CC_730) || (defined(VCL_CXX_HAS_HEADER_CSTDLIB) && !VCL_CXX_HAS_HEADER_CSTDLIB)
>
> //#if defined(VCL_SGI_CC_720) || (defined(VCL_CXX_HAS_HEADER_CSTDLIB) &&
!VCL_CXX_HAS_HEADER_CSTDLIB)
>From - Sat Nov 30 08:31:08 2002
X-Mozilla-Status2: 00000000
Return-Path: <kaspersen@mac.com>
Received: from mx4.biz.rr.com ([192.168.200.29]) by fep06.biz.rr.com
(InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with ESMTP
id <20021130103516.EBCE24403.fep06.biz.rr.com@mx4.biz.rr.com>
for <luis.ibanez@kitware.com>; Sat, 30 Nov 2002 05:35:16 -0500
Received: from smtpout.mac.com (A17-250-248-88.apple.com [17.250.248.88])
by mx4.biz.rr.com (8.12.6/8.12.6) with ESMTP id gAUAZFQm002325
for <luis.ibanez@kitware.com>; Sat, 30 Nov 2002 05:35:16 -0500 (EST)
Received: from asmtp02.mac.com (asmtp02-qfe3 [10.13.10.66])
by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id gAUAZEiU016663
for <luis.ibanez@kitware.com>; Sat, 30 Nov 2002 02:35:15 -0800 (PST)
Received: from mac.com ([129.241.242.50]) by asmtp02.mac.com
(Netscape Messaging Server 4.15) with ESMTP id H6DXEP00.45O for
<luis.ibanez@kitware.com>; Sat, 30 Nov 2002 02:35:13 -0800
Date: Sat, 30 Nov 2002 11:35:14 +0100
Mime-Version: 1.0 (Apple Message framework v548)
Content-Type: multipart/mixed; boundary=Apple-Mail-28-215771916
Subject: SGI compiling again !
From: Jon Harald Kaspersen <kaspersen@mac.com>
To: Luis Ibanez <luis.ibanez@kitware.com>
Message-Id: <68F1C184-044F-11D7-A7AF-00039364CC7A@mac.com>
X-Mailer: Apple Mail (2.548)
Hi Luis,
I got ITK to compile on my SGI system, with some hacks. I followed the line I explained in my last
mail. I had to redefine some of the vcl functions. The procedure I followed does very much like the
one I followed when I was working with the CodeWarrior port. Anyway, if you are interested, I have
attached the result of a cvs diff betweeen the cvs ITK version and the "hacked" sgi version.
Have a nice weekend.
Regards
Jon
<br>
<br>
========================================================
Jon Harald Kaspersen Tel: +47 73 59 75 89
Ph.D. Mechanical Engineering Mob: +47 93 03 65 90
Senior Scientist Pager +47 96 84 29 94
SINTEF Unimed - Ultralyd Fax: +47 73 59 78 73
N-7465 Trondheim
NORWAY e-mail: Jon.H.Kaspersen@unimed.sintef.no
WEB: <http://www.us.unimed.sintef.no/>
http://www.us.unimed.sintef.no/
========================================================
<br>
</blockquote></x-html>
------_=_NextPart_001_01C29BAA.A821E1D4
Content-Type: text/html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META content="MSHTML 5.50.4919.2200" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=131413415-04122002><FONT face=Arial color=#0000ff size=2>I
agree. Something is strange here. Some of the changes seem to hardwire to the
730 compiler.</FONT></SPAN></DIV>
<DIV><SPAN class=131413415-04122002></SPAN> </DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> Bill Hoffman
[mailto:bill.hoffman@kitware.com]<BR><B>Sent:</B> Wednesday, December 04, 2002
10:18 AM<BR><B>To:</B> Luis Ibanez; Lorensen, William E (Research); Miller,
James V (Research)<BR><B>Cc:</B> 'Insight Developers'<BR><B>Subject:</B> Re:
[Insight-developers] [Fwd: [Fwd: SGI compilation from
Sintef<BR><BR></FONT></DIV>We need to research this more. His
installation of the compiler may be broken. I suspect if we
incorporate his changes, all other SGI's will stop working.
He has the exact same compiler that we have access to on rolle but he gets
different build results. <BR><BR>-Bill<BR><BR><BR>At 09:39 AM
12/4/2002 -0500, Luis Ibanez wrote:<BR>
<BLOCKQUOTE class=cite cite type="cite">Hi,<BR><BR>John Kaspersen from
Sintef has found a number<BR>of difficulties to build ITK on a SGI
system.<BR>Most of them related with vnl.<BR><BR>He found necessary to make
the attached changed<BR>in vnl files. There seems to be a compiler
version<BR>issue involved....<BR><BR>Should be incorporate these changes in
ITK ?<BR><BR>Is there any better alternative
?<BR><BR><BR>Thanks<BR><BR><BR>
Luis<BR><BR><BR><BR><BR><BR><BR><BR>>From - Wed Dec 04 09:29:59
2002<BR>X-Mozilla-Status2: 10000000<BR>Return-Path:
<luis.ibanez@kitware.com><BR>Received: from mx1.biz.rr.com
([192.168.200.23]) by
fep06.biz.rr.com<BR>
(InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with
ESMTP<BR> id
<20021204125203.HOWD3911.fep06.biz.rr.com@mx1.biz.rr.com><BR>
for <luis.ibanez@kitware.com>; Wed, 4 Dec 2002 07:52:03
-0500<BR>Received: from fep03.biz.rr.com (fep03.biz.rr.com
[24.30.201.200])<BR><X-TAB> </X-TAB>by
mx1.biz.rr.com (8.12.6/8.12.6) with ESMTP id
gB4Cq3jT017125<BR><X-TAB> </X-TAB>for
<luis.ibanez@kitware.com>; Wed, 4 Dec 2002 07:52:03 -0500
(EST)<BR>Received: from kitware.com ([24.29.66.132]) by fep03.biz.rr.com
with ESMTP<BR> id
<20021204125203.UBPB1580.fep03.biz.rr.com@kitware.com><BR>
for <luis.ibanez@kitware.com>; Wed, 4 Dec 2002 07:52:03
-0500<BR>Message-ID: <3DEDFA0C.4040708@kitware.com><BR>Date: Wed, 04
Dec 2002 07:50:20 -0500<BR>From: Luis Ibanez
<luis.ibanez@kitware.com><BR>User-Agent: Mozilla/5.0 (X11; U; Linux
i686; en-US; rv:0.9.2.1) Gecko/20010901<BR>X-Accept-Language:
en-us<BR>MIME-Version: 1.0<BR>To: luis.ibanez@kitware.com<BR>Subject: [Fwd:
SGI compiling again !]<BR>Content-Type:
multipart/mixed;<BR> boundary="------------030203090800080407000605"<BR><BR>Index:
Insight/Code/Numerics/vxl/vcl/vcl_compiler.h<BR>===================================================================<BR>RCS
file:
/insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_compiler.h,v<BR>retrieving
revision 1.5<BR>diff -r1.5 vcl_compiler.h<BR>8a9<BR>>
<BR>18a20,21<BR>> <BR>> #error "compiler ver 730"<BR>20a24<BR>>
#error "compiler ver 720"<BR>22a27<BR>> <BR>38a44<BR>> <BR>Index:
Insight/Code/Numerics/vxl/vcl/vcl_complex.h<BR>===================================================================<BR>RCS
file:
/insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_complex.h,v<BR>retrieving
revision 1.5<BR>diff -r1.5 vcl_complex.h<BR>5a6,8<BR>> <BR>> #define
VCL_SGI_CC_730<BR>> <BR>41a45<BR>> #error "VCL_SGI_CC_730"<BR>Index:
Insight/Code/Numerics/vxl/vcl/vcl_cstddef.h<BR>===================================================================<BR>RCS
file:
/insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_cstddef.h,v<BR>retrieving
revision 1.3<BR>diff -r1.3 vcl_cstddef.h<BR>15a16,17<BR>> #elif
defined(VCL_SGI_CC_730)<BR>> # include <stddef.h><BR>Index:
Insight/Code/Numerics/vxl/vcl/vcl_cstdio.h<BR>===================================================================<BR>RCS
file:
/insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_cstdio.h,v<BR>retrieving
revision 1.4<BR>diff -r1.4 vcl_cstdio.h<BR>25a26,36<BR>> # elif
defined(VCL_SGI_CC_730)<BR>> #error "FPRINT"<BR>> <BR>> <BR>>
#include "iso/vcl_cstdio.h"<BR>> # undef vcl_printf<BR>> #
define vcl_printf ::printf<BR>> # undef vcl_sprintf<BR>> #
define vcl_sprintf ::sprintf<BR>> <BR>> <BR>Index:
Insight/Code/Numerics/vxl/vcl/vcl_cstring.h<BR>===================================================================<BR>RCS
file:
/insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_cstring.h,v<BR>retrieving
revision 1.3<BR>diff -r1.3 vcl_cstring.h<BR>15a16,23<BR>> #elif
defined(VCL_SGI_CC_730)<BR>> # include<string.h><BR>> # define
vcl_generic_cstring_STD /* */<BR>> <BR>> # include
"generic/vcl_cstring.h"<BR>> <BR>> #error "MEMCPY"<BR>> <BR>Index:
Insight/Code/Numerics/vxl/vcl/vcl_ctime.h<BR>===================================================================<BR>RCS
file:
/insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_ctime.h,v<BR>retrieving
revision 1.2<BR>diff -r1.2 vcl_ctime.h<BR>11c11<BR>< #if
!VCL_CXX_HAS_HEADER_CTIME || defined(VCL_METRO_WERKS)<BR>---<BR>> #if
!VCL_CXX_HAS_HEADER_CTIME || defined(VCL_METRO_WERKS) ||
defined(VCL_SGI_CC_730)<BR>Index:
Insight/Code/Numerics/vxl/vcl/sgi/vcl_cmath.h<BR>===================================================================<BR>RCS
file:
/insight/cvsroot/Insight/Code/Numerics/vxl/vcl/sgi/vcl_cmath.h,v<BR>retrieving
revision 1.3<BR>diff -r1.3 vcl_cmath.h<BR>4c4<BR>< #if
defined(VCL_SGI_CC_720) || (defined(VCL_CXX_HAS_HEADER_CMATH) &&
!VCL_CXX_HAS_HEADER_CMATH)<BR>---<BR>> //#if defined(VCL_SGI_CC_720) ||
(defined(VCL_CXX_HAS_HEADER_CMATH) &&
!VCL_CXX_HAS_HEADER_CMATH)<BR>6c6<BR>< <BR>---<BR>> #error "inside
sgi/vcl_cmath.h"<BR>104,106c104,106<BR>< #else // iso<BR>< # include
"../iso/vcl_cmath.h"<BR>< #endif<BR>---<BR>> //#else // iso<BR>>
//# include "../iso/vcl_cmath.h"<BR>> //#endif<BR>Index:
Insight/Code/Numerics/vxl/vcl/sgi/vcl_complex.txx<BR>===================================================================<BR>RCS
file:
/insight/cvsroot/Insight/Code/Numerics/vxl/vcl/sgi/vcl_complex.txx,v<BR>retrieving
revision 1.1.1.1<BR>diff -r1.1.1.1 vcl_complex.txx<BR>0a1,2<BR>> #error
"In vcl_complex.txx"<BR>> <BR>Index:
Insight/Code/Numerics/vxl/vcl/sgi/vcl_cstdlib.h<BR>===================================================================<BR>RCS
file:
/insight/cvsroot/Insight/Code/Numerics/vxl/vcl/sgi/vcl_cstdlib.h,v<BR>retrieving
revision 1.1.1.2<BR>diff -r1.1.1.2 vcl_cstdlib.h<BR>5c5,7<BR>< #if
defined(VCL_SGI_CC_720) || (defined(VCL_CXX_HAS_HEADER_CSTDLIB) &&
!VCL_CXX_HAS_HEADER_CSTDLIB)<BR>---<BR>> #if defined(VCL_SGI_CC_730) ||
(defined(VCL_CXX_HAS_HEADER_CSTDLIB) &&
!VCL_CXX_HAS_HEADER_CSTDLIB)<BR>> <BR>> //#if defined(VCL_SGI_CC_720)
|| (defined(VCL_CXX_HAS_HEADER_CSTDLIB) &&
!VCL_CXX_HAS_HEADER_CSTDLIB)<BR>>From - Sat Nov 30 08:31:08
2002<BR>X-Mozilla-Status2: 00000000<BR>Return-Path:
<kaspersen@mac.com><BR>Received: from mx4.biz.rr.com
([192.168.200.29]) by
fep06.biz.rr.com<BR>
(InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with
ESMTP<BR> id
<20021130103516.EBCE24403.fep06.biz.rr.com@mx4.biz.rr.com><BR>
for <luis.ibanez@kitware.com>; Sat, 30 Nov 2002 05:35:16
-0500<BR>Received: from smtpout.mac.com (A17-250-248-88.apple.com
[17.250.248.88])<BR><X-TAB> </X-TAB>by
mx4.biz.rr.com (8.12.6/8.12.6) with ESMTP id
gAUAZFQm002325<BR><X-TAB> </X-TAB>for
<luis.ibanez@kitware.com>; Sat, 30 Nov 2002 05:35:16 -0500
(EST)<BR>Received: from asmtp02.mac.com (asmtp02-qfe3
[10.13.10.66])<BR><X-TAB> </X-TAB>by
smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id
gAUAZEiU016663<BR><X-TAB> </X-TAB>for
<luis.ibanez@kitware.com>; Sat, 30 Nov 2002 02:35:15 -0800
(PST)<BR>Received: from mac.com ([129.241.242.50]) by
asmtp02.mac.com<BR>
(Netscape Messaging Server 4.15) with ESMTP id H6DXEP00.45O
for<BR>
<luis.ibanez@kitware.com>; Sat, 30 Nov 2002 02:35:13 -0800 <BR>Date:
Sat, 30 Nov 2002 11:35:14 +0100<BR>Mime-Version: 1.0 (Apple Message
framework v548)<BR>Content-Type: multipart/mixed;
boundary=Apple-Mail-28-215771916<BR>Subject: SGI compiling again !<BR>From:
Jon Harald Kaspersen <kaspersen@mac.com><BR>To: Luis Ibanez
<luis.ibanez@kitware.com><BR>Message-Id:
<68F1C184-044F-11D7-A7AF-00039364CC7A@mac.com><BR>X-Mailer: Apple Mail
(2.548)<BR><BR>Hi Luis, <BR><BR>I got ITK to compile on my SGI system, with
some hacks. I followed the line I explained in my last mail. I
had to redefine some of the vcl functions. The procedure I followed
does very much like the one I followed when I was working with the
CodeWarrior port. Anyway, if you are interested, I have attached the
result of a cvs diff betweeen the cvs ITK version and the "hacked" sgi
version. <BR><BR>Have a nice weekend. <BR>Regards <BR>Jon
<BR><BR><br><BR><br><BR><BR><FONT
face="Helvetica, Helvetica">========================================================
<BR>Jon Harald
Kaspersen<X-TAB> </X-TAB><X-TAB> </X-TAB><X-TAB> </X-TAB>Tel:
<X-TAB> </X-TAB><X-TAB> </X-TAB>+47
73 59 75 89 <BR>Ph.D. Mechanical
Engineering<X-TAB> </X-TAB><X-TAB> </X-TAB>Mob:<X-TAB> </X-TAB><X-TAB> </X-TAB>+47
93 03 65 90 <BR>Senior
Scientist<X-TAB> </X-TAB><X-TAB> </X-TAB><X-TAB> </X-TAB><X-TAB> </X-TAB>Pager<X-TAB> </X-TAB>+47
96 84 29 94 <BR>SINTEF Unimed -
Ultralyd<X-TAB> </X-TAB><X-TAB> </X-TAB>Fax:
<X-TAB> </X-TAB><X-TAB> </X-TAB>+47
73 59 78 73 <BR>N-7465 Trondheim
<BR>NORWAY<X-TAB> </X-TAB><X-TAB> </X-TAB><X-TAB> </X-TAB>e-mail:<X-TAB> </X-TAB>Jon.H.Kaspersen@unimed.sintef.no
<BR><X-TAB> </X-TAB><X-TAB> </X-TAB><X-TAB> </X-TAB><X-TAB> </X-TAB>WEB:<X-TAB> </X-TAB></FONT><A
href="http://www.us.unimed.sintef.no/"><FONT face="Helvetica, Helvetica"
color=#1a1aff><U>http://www.us.unimed.sintef.no/</A></U></FONT><FONT
face="Helvetica, Helvetica">
<BR>========================================================</FONT>
<BR><br><BR></blockquote></x-html>
</BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>
------_=_NextPart_001_01C29BAA.A821E1D4--