Peter Gerwinski wrote:
GPC does not automatically recognize the suffix `.dpr' for Pascal.
No, you have to give GPC the `-x pascal' option.
I tried it. Doesn't work for me. Here goes the output I've got:
math% gpc -o tst -x pascal tst.dpr gpc: Internal GPC problem: internal option `--amtmpfile' not given math% gpc --delphi -o tst -x pascal tst.dpr gpc: Internal GPC problem: internal option `--amtmpfile' not given math% gpc -v Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.7/2.95/specs gpc version 19991030, based on 2.95 19990728 (release)
Regards