"Robert P. Ewing" a écrit :
Hello, all.
Following Maurice's suggestion, I acquired the 2.95.2 build, downloading from agnes' /home/maurice directory. I also put in the new grx23s stuff, reconciling directories by putting ../contrib/grx232 subdirectory contents into the respective ../ subdirectories, always updating.
I do not understand. How looks your directory tree ?
Now when I go to c:/gpc and issue gpc --automake -v -o diffus.exe diffus/diffus12.pas I get the (vast) command line, some information on include directories, then
gpcpp.exe: ../include/sys/version.h: no such file or directory (ENOENT)
In fact, there is no ../include/sysdirectory at all, nor is there a version.h file on my hard drive.
I must point out that I don't have djgpp at all: I am programming only in Pascal, not in C. Do I need to grab some other files that gpc is assuming it can access from gcc?
You have absolutely downloaded nothing for djgpp ? gpc-20000725.i586-pc-msdosdjgpp is not a stand-alone binary, only what you should add to a djgpp tree to be able to compile pascal programs. You need a working djgpp tree containing at least djdev203 bnu make.
If I misunderstood, and you have a djgpp tree, yes you need gcc2952b (because gpc calls silently gcc to compile some files). and also files contained on agnes in the /gnu-pascal/libs/binary/i386-pc-msdosdjgpp directory (gmp-3.0.1 pdcurs24 rx-1.5) On the other hand check your djgpp.env files for the sections [gpc] and [gpcpp]
Maurice