Actually, Kylix comes with both a Pascal compiler and a C++ compiler. It's
shipped in the same bundle, but the uses different startup scripts (startbcb
for a "C++ Builder" like environment and "startdelphi" for a Pascal like
environment).
----- Original Message -----
From: "Dale Welch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "S Yuval" <[EMAIL PROTECTED]>
Sent: Saturday, April 05, 2003 9:46 PM
Subject: Re: Borland Kylix on Linux


> You do realize that kylix is a pascal and not a c compiler...?
> stdio.h is a c header file... not going to work.
> in kylix you would have something closer to
>
> program hello(input,output);
> begin
>   writeln('hello');
> end.
>
> however because it is actually much more than just a pascal compiler, it
> gets much more complicated.
> :-)
>
> ---dale
>
>
> ----- Original Message -----
> From: S Yuval
> To: [EMAIL PROTECTED]
> Sent: Saturday, April 05, 2003 8:38 PM
> Subject: Borland Kylix on Linux
>
>
> I'm trying to use Borland Kylix for Linux to write a simple "Hello World!"
> program.  I have installed it in single user mode, in my home directory,
> skipping the RPM installation and using the binary tarball archive
directly.
> The development environment runs, but when I include stdio.h, I get an
> indefinite list of complaints about syntax errors concerning preprocessor
> directives in the file.  Does this mean that Kylix is incompatible with
the
> GNU libraries? can anyone suggest a remedy?
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to