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
Mariusz Zynel wrote:
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
Hmblgrmpf... :-(
Frank fixed this yesterday. Until the next alpha, please live with the workaround (renaming the file).
Peter
Hello again,
I wrote:
math% gpc -o tst -x pascal tst.dpr gpc: Internal GPC problem: internal option `--amtmpfile' not given
[...] Frank fixed this yesterday. Until the next alpha, please live with the workaround (renaming the file).
Sorry, I confused two things. Frank fixed problems with `.dpr' etc., but the `-x pascal' problem is still there.
I will have a look at it, but I am not going to assign a high priority to this problem.
Peter