Date: Thu, 6 Jun 1996 08:40:58 +0200 (IST) From: Eli Zaretskii To: "Christoph P. Kukulies" Cc: Bill Galbraith , djgpp AT delorie DOT com Subject: Re: F2C Backspace problem is back... In-Reply-To: <199606051701.TAA13392@gilberto.physik.rwth-aachen.de> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 5 Jun 1996, Christoph P. Kukulies wrote: > > I recently downloaded the EZ2LOAD Ada compiler with DJGPP v2.0, > > recompiled the F2C libraries, and tried compiling my Fortran code, > > and it has a run-time problem with the "BACKSPACE" command. > > I may be wrong but it may have to do with filemode binary vs. ascii > and/or the fseek. If the F2C function that handles BACKSPACE uses `fseek' or `ftell', be sure to link your programs with the latest libc.a (dated 22-Feb-96 or later) because last-minute bugfixes to these two functions were introduced in that version. If your libc.a has an earlier date, download the latest djdev200.zip and try again.