L.S.
This is to report a problem on the HPUX-10.20 port of GNU-Pascal. (made here locally, which went flawless) The gpc version is: egcs-2.91.57 19980901 (egcs-1.1 release) The offending program is:
PROGRAM p(Input,Output); VAR fin : text; BEGIN reset(fin,'file.txt'); writeln('reset done') END.
And the runtime error is (with and without an existing file 'file.txt') : internal error: _p_initfdr has not been called for file (#914)
On Linux (debian 2.1) there is no problem with this program.
The question of course is, does this ring a bell? If not I'll have to create a debugable version of the runtime system and start using gdb, but I would like to avoid that, hence the question:).
Sietse Achterop Computing Science Department University of Groningen The Netherlands.