Hi, folks,
Maurice Lombardi wrote:
Toby Ewing wrote:
I downloaded gpc version 20010623, based on 2.95.3 20010315, and unzipped it into my existing c:/djgpp directory (I'm running under win98). Then I
started
up RHIDE, loaded my program, and tried to compile.
The compilation quickly stopped with the error: djgpp.ver: no such file or directory (ENOENT).
Sure enough, I find no djgpp.ver anywhere. Where do I get this file? Was
it
there before, and deleted during the upgrade?
You probably have gcc-2.95.2 with your old setup. this file djgpp.ver (in the lib directory) appeared when going from 2.95.2 to
2.95.3
So upgrade gcc from gcc2952b.zip to gcc2953b.zip.
Maurice
That was it! thanks, Maurice.
Toby