Frank Heckenbach wrote:
Adriaan van Os wrote:
I installed the x86 version of the Mac OS X kernel (Darwin 7.2.1) on a PC and I am now trying to build GPC-20050331 with gcc-3.3.6 for i686-apple-darwin. I checked that the C compiler bootstraps. The Pascal build stops at heap.pas:38 with the message error.gpi must be recompiled. An rts makefile problem ?
Perhaps, though I thought this had been fixed in 20050331. Do you do a `make bootstrap'? (Just asking, because I haven't tested this.)
No, I bootstrapped an FSF GCC-3.3.6 C compiler first. However, I remember I then typed "make -j3" to build GPC. Could the -j3 have been the problem ?
Anyway, are there any of those files in the build gcc/p/rts directory (at the beginning of the stage)?
*.o *.lo *.gpi *.gpd stamp-error-gpi
Or just try to remove those files and continue building.
That works ! Great ! Seems like we have a working GPC compiler for Mac on Intel. This surpasses my expectations ! I will post the results of the testsuite.
Regards,
Adriaan van Os