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