On Tuesday 11 March 2008 11:55:01 Marc Feeley wrote:
Why don't you build v4.2.3 (with a "make bootstrap") and then use the gsc-comp that was built?
No gsc/gsc to cp to gsc-comp; linux gsc does not run [wrong libs].
If you can't, you could get one of the installers (Windows or Mac OS X) and use the gsc that is installed.
What worked: [QNX] cd /usr/local/Src/gambc-v4_2_3 cp `which gsc` gsc-comp ## gsc 4.1.0 ;; added "#define ___VERSION 402003" ;; to include/gambit.h just before the check make bootstrap ;; "make check" fails at this point ;; removed the #define ___VERSION from gambit.h make ; make check ;; AOK
Note that my initial bootstrap [for the previous gsc version]: ./configure on QNX compile on Linux; remove .o files tar to QNX cp `which echo` gsc-cmp make ; make bootstrap ; make ## use the Linux .c files ## but compile on QNX.
I still have no idea what the bootstrap invariants should be.
FYI, -KenD