[fpc-pascal]building from cvs / win32

2004-01-02 Thread kractor
getting the follownig error when attempting to build the latest cvs. i've gone over the build instructions and can't seem to see where i might be going wrong. i'll paste below the last few lines of output up to the point at which it fails. c:/pp/bin/win32/ppc386.exe -dMT -Ur -Xs -OG2p3 -n -Fi..

Re: [fpc-pascal]CRT prevents break?

2004-01-02 Thread Alan Mead
--- Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > This is a 'known issue'. It's normal behaviour. AFAIK, CTRL-C and > CTRL-Z > are normally handled by the shell. The CRT unit takes over the > terminal, > preventing the shell from catching these keys. There is no > work-around > except catchi

Re: [fpc-pascal]CRT prevents break?

2004-01-02 Thread Michael Van Canneyt
On Thu, 1 Jan 2004, Alan Mead wrote: > I'm using "Free Pascal Compiler version 1.0.10 [2003/06/26] for i386" > on Linux 2.4.7-10 and when I use the CRT unit, I cannot break a > program with Control-C. Even Control-Z doesn't stop the program's > execution. I have to kill it. I've attached an e