Hi,
I am checking out Dev+GNU Pascal on Windows XP, and am having trouble compiling and linking.
The problem is that when I follow the tutorial and start a GUI project, compilation halts with this error message: gpc: Internal GPC problem: internal option `--amtmpfile' not given. The project was started in a directory with a short name in C:/, to work around this other problem:
I tried to compile one of the examples that get loaded upon the initial start of Dev+GNU Pascal, C:\dev_gpc\examples\projects\GrClock.pas, but compilation halted with the message c:/dev_gpc/lib/gcc-lib/ming32/3.2.3/collect2.exe: C:/Program: No such file: No such file or directory So gpc seems to try and link a file from "C:/Program Files/..." but chockes on the space in the directory name.
I installed Dev+GNU Pascal from the file http://gnu-pascal.de/contrib/chief/win32/dev_gnu_pascal-1.9.4.8.exe. I followed the instructions in the Readme, and built the file build_units.pas. No compiler errors occurred, seemed to compile fine, and as far as I can see, no executable was produced (despite the warnings in the readme).
What can I do to get this thing to work?
Best regards, Bastiaan.