Frank Thomas Braun a écrit:
I am working successfully with a gpc installation from 2002 and wanted to update to the current version.
So I downloaded from "GNU Pascal download area: Current" / binaries /
DJGPP (http://www.gnu-pascal.de/binary/djgpp/) all files.
The files in this directory are somewhat outdated. It is so because I have no more write access to files in this directory. Can you give it me (Frank ?). If we have to look for bugs, it would be better to have the same files as in my system.
After
unzipping and a successful installation (gpc -v is working) a try to compile even simple files results in:
D:\xxy>gpc HALLO.PAS gpc.exe: Internal GPC problem: internal option `--amtmpfile' not given
try gpc --automake hallo.pas (the amtmpfile is used by automake)
I read and followed any instructions of http://www.gnu- pascal.de/gpc/Installing-GPC-on-DJGPP.html set DJGPP=c:\gpc\djgpp.env Additions to djgpp are entered and correct.
(My first installation of gpc together with djgpp was very problematic too and I succeeded to install a working compiler only after help from the mailing list. That is the reason, that I didn't update the compiler).
Maurice