Re: Problem compiling with gpc and "Uses Crt" statement in crtc.c

2007-06-11 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Fri, 8 Jun 2007, Bruce Mahfood wrote: > On 6/8/07, Dave Korn wrote: > > > > One last thing > > > > > On 6/7/07, Dave Korn wrote: > > ^^^ > > http://cygwin.com/acronyms#PCYMTNQREAIYR: > > > > Can yo

Re: Problem compiling with gpc and "Uses Crt" statement in crtc.c

2007-06-08 Thread Bruce Mahfood
Very sorry. Pretty new to the newsgroup thing. I will make sure to remove the email addresses from now on. I looked and cannot find anywhere where gmail gives that level of customization. Bruce On 6/8/07, Dave Korn wrote: On 08 June 2007 12:59, Bruce Mahfood wrote: > Will do. Thanks Dave.

RE: Problem compiling with gpc and "Uses Crt" statement in crtc.c

2007-06-08 Thread Dave Korn
On 08 June 2007 12:59, Bruce Mahfood wrote: > Will do. Thanks Dave. One last thing > On 6/7/07, Dave Korn <[EMAIL PROTECTED]> wrote: ^^^ http://cygwin.com/acronyms#PCYMTNQREAIYR: Can you fix your mailer's reply-header to only quote

Re: Problem compiling with gpc and "Uses Crt" statement in crtc.c

2007-06-08 Thread Bruce Mahfood
Will do. Thanks Dave. On 6/7/07, Dave Korn <[EMAIL PROTECTED]> wrote: On 07 June 2007 21:41, Bruce Mahfood wrote: > Hey thanks. I recognised that the problem was in a system level C > file, when I was trying to compile a Pascal file. The thing is that > gpc is a Pascal compiler that is linke

RE: Problem compiling with gpc and "Uses Crt" statement in crtc.c

2007-06-07 Thread Dave Korn
On 07 June 2007 21:41, Bruce Mahfood wrote: > Hey thanks. I recognised that the problem was in a system level C > file, when I was trying to compile a Pascal file. The thing is that > gpc is a Pascal compiler that is linked against the gcc backend. Heh, yes, I know. I'm the maintainer of the

Re: Problem compiling with gpc and "Uses Crt" statement in crtc.c

2007-06-07 Thread Bruce Mahfood
Hey thanks. I recognised that the problem was in a system level C file, when I was trying to compile a Pascal file. The thing is that gpc is a Pascal compiler that is linked against the gcc backend. The GNU Pascal page (http://directory.fsf.org/devel/prog/pascal/GNUPascal.html) states that it i

RE: Problem compiling with gpc and "Uses Crt" statement in crtc.c

2007-06-07 Thread Dave Korn
On 07 June 2007 20:13, Bruce Mahfood wrote: > I am using gpc to compile code which contains the statement "Uses > Crt". I get over 600 error lines. I am attaching the output of > cygcheck -s -v -r, along with the output that I am getting from my > compilation, as well as a test file that I have