Mail Archives: cygwin/1998/10/05/23:20:35
I am trying to compile the following code on Win32 with EGCS-1.1 (G77)
.....
OPEN (BOXUNT,FILE=LINE,ACCESS='DIRECT',STATUS='UNKNOWN',
+FORM='UNFORMATTED',RECL=NQARECL)
IF(NQANBX.EQ.0)THEN
READ(BOXUNT,REC=1,ERR=995)NQANBX
IF(ABS(NQANBX).GT.200000)THEN
.....
The executable works Ok but quits when it tries to read external
unformatted file.
Fragment number 1
do_ud: off end of record
apparent state: unit 78 named /e/whatif/whatcheck/nqual/NQABOX.DAT
lately reading direct unformatted external IO
Aborted
----
After checking Dejanews, I came accross that it is a possible bug in
EGCS-1.1
Has anyone else encountered the same problem or knows the work around?
Thanks
Suhaib Siddiqi
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -