[Insight-users] problems configuring ITK with BCC55 command l ine tools

Lorensen, William E (Research) lorensen at crd.ge.com
Sun Jun 27 07:49:37 EDT 2004


Nicolaus,
When you install the borland compiler you must create two files. Here is the
description from the readme.txt file in the borland/bcc5 directory:

2. From the bin directory of your installation:
   a. Add "c:\Borland\Bcc55" 
      to the existing path
   b. Create a bcc32.cfg file which will set 
      the compiler options for the Include 
      and Lib paths (-I and -L switches to 
      compiler) by adding these lines:
      -I"c:\Borland\Bcc55\include"
      -L"c:\Borland\Bcc55\lib"
   c. Create an ilink32.cfg file which will set 
      the linker option for the Lib path by 
      adding this line:
      -L"c:\Borland\Bcc55\lib"
 

Also, make sure you set the CMAKE_BUILD_TYPE to MinSizeRel as descibed in
the itk FAQ.

Bill

-----Original Message-----
From: Nicolaus Andratschke [mailto:koegli at yahoo.com]
Sent: Sunday, June 27, 2004 6:47 AM
To: insight-users at itk.org
Subject: [Insight-users] problems configuring ITK with BCC55 command
line tools


Hi,

I have problems configuring ITK with BCC55 command
line tools.

I installed all necessary tools. When I start cmake2.0
and click on configure everything goes fine until an
error message telling me:
unable to open cox32.lib. Exact error message is
below. 
I think the problem is related with the fact that the
library path isn't set correctly. I tried to change
the PATH variable, build the *.cfg files, but the
error remains.
Any clues?


Determining if the C compiler works failed with the
following output:
MAKE Version 5.2  Copyright (c) 1987, 2000 Borland

Building object file testCCompiler.obj...

	bcc32 @MAKE0001.@@@

Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000
Borland

C:\Programming\VTK-4.2\CMakeTmp\testCCompiler.c:

Building executable
C:\Programming\VTK-4.2\CMakeTmp\cmTryCompileExec.exe...

	bcc32 @MAKE0000.@@@

Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000
Borland

Turbo Incremental Link 5.00 Copyright (c) 1997, 2000
Borland

Fatal: Unable to open file 'C0X32.OBJ'



** error 1 ** deleting
C:\Programming\VTK-4.2\CMakeTmp\cmTryCompileExec.exe




		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 
_______________________________________________
Insight-users mailing list
Insight-users at itk.org
http://www.itk.org/mailman/listinfo/insight-users


More information about the Insight-users mailing list