Toby Ewing wrote:
Hi, all
I have encountered a bug in the old compiler. See test program below.
I thought perhaps this had been fixed in version 2.1, but when I installed 2.1, I couldn't get it to compile! I get the message djgpp.ver: No such file or directory (ENOENT)
djgpp.ver comes with gcc2953b In this version it is contained in the base directory %DJDIR%\lib , while in new versions (gcc303) it is contained in a subdirectory %DJDIR%\lib\gcc-lib\djgpp\3.03 Thus this file must also be borrowed from gcc2953b.zip, in addition to the files contained in %DJDIR%\lib\gcc-lib\djgpp\2.953 as was indicated in the doc. I missed this point up to now.
Maurice