Re: Borland Kylix on Linux - Both Pascal and a C compiler
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" <mlist@babbler.org>
To: <debian-user@lists.debian.org>
Cc: "S Yuval" <syuval@softhome.net>
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: debian-user@lists.debian.org
> 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?
>
Reply to: