<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Nachricht</TITLE>
<META content="MSHTML 6.00.2713.1100" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#0000ff size=2>have tried that, but the issue seems
zu be a little more complicated. The Borland compiler doesn't understand many of
the gcc options used to build the shared libraries. For some of these I wasn't
able to find equivalents for the settings. I have tried some things but it
always fails to build correctly ...</FONT>
<DIV><SPAN class=435590720-27082002><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=435590720-27082002>These
are the settings that seem particularly problematic:</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=435590720-27082002></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=435590720-27082002><FONT
face="Times New Roman" color=#000000 size=3>CMAKE_CXX_MODULE_BUILD_FLAGS
-shared<BR><BR>CMAKE_CXX_MODULE_LINK_FLAGS
-rdynamic<BR><BR>CMAKE_CXX_SHLIB_BUILD_FLAGS
-shared<BR><BR>CMAKE_CXX_SHLIB_CFLAGS -fPIC<BR><BR>CMAKE_CXX_SHLIB_LINK_FLAGS
-rdynamic<BR><BR>CMAKE_CXX_SHLIB_RUNTIME_FLAG
-Wl,-rpath,</FONT></SPAN></FONT></DIV><FONT face=Arial color=#0000ff
size=2><SPAN class=435590720-27082002><FONT face="Times New Roman" color=#000000
size=3></FONT></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=435590720-27082002>
<DIV><BR></DIV></SPAN></FONT>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=435590720-27082002></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=435590720-27082002>btw.
it's called bc++, probably because of a naming conflict with Bruce's C Compiler
(bcc) on a lot of Linux distros ...</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=435590720-27082002></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=435590720-27082002>--</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=435590720-27082002>Thanks,</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=435590720-27082002>Stefan</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left><FONT face=Tahoma
size=2>-----Ursprüngliche Nachricht-----<BR><B>Von:</B>
vtkusers-admin@public.kitware.com [mailto:vtkusers-admin@public.kitware.com]
<B>Im Auftrag von </B>William A. Hoffman<BR><B>Gesendet:</B> Dienstag, 27.
August 2002 21:45<BR><B>An:</B> Stefan Bruckner;
vtkusers@public.kitware.com<BR><B>Betreff:</B> Re: [vtkusers] Building VTK
with Kylix bc++<BR><BR></FONT></DIV>I would trying using this compiler like
any other unix compiler:<BR><BR>setenv CXX bcc<BR>setenv CC bcc<BR><BR>(I am
assuming the klyix compiler is called bcc from the command line,<BR>but it
might have some other name.)<BR><BR>Then run ccmake
../path/to/vtk.<BR><BR>-Bill<BR><BR><BR>At 09:40 PM 8/27/2002 +0200, Stefan
Bruckner wrote:<BR>
<BLOCKQUOTE class=cite cite="" type="cite"><FONT
face="Times New Roman, Times">Hi!<BR><BR>I'm trying to compile VTK with the
Kylix 3 bc++ (<A
href="http://www.borland.com/kylix">http://www.borland.com/kylix</A>)<BR>compiler,
but I can't get it to work. Has anyone tried this yet and is<BR>willing to
share his or her experience? (cmake settings would be very
much<BR>appreciated)<BR><BR>Also, cmake does support Borland C++
Builder in its Windows version. But these settings are<BR>not displayed
unless you have C++ Builder installed (which I have not).<BR>Maybe someone
can look at these settings and post them here. This might also<BR>give me
some hints ...<BR><BR>Thanks a lot!<BR><BR>--<BR>Stefan Bruckner</FONT><FONT
face=arial size=2><BR></FONT></BLOCKQUOTE></BLOCKQUOTE></DIV></BODY></HTML>