russ@rusty.russwhit.com writes:
What does "gpc -v" show? Older versions of gpc were buggy.
Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.8/2.95.2/specs gpc version 20010317, based on 2.95.2 19991024 (release)
I just downloaded this today.
Can you reduce (and post) homog.p down to a few lines that still show the problem?
PROGRAM homog(output,infile,outfile); {NDP Pascal} BEGIN writeln; writeln('**********************************':47); writeln('* Program HOMOG version ':41,version,' *'); writeln('* Copyright (C) Jurg Ott 1988 *':47); writeln('**********************************':47); END
Thanks, Steve