Thanks John. Mon, 18 Jul 2011 08:49:58 -0400, cowan wrote: > That's certainly a bug. Two workarounds to try: > > 1) Set ARCH as an exported environment variable before you start to > build.
No improvement. Sorry. > 2) Failing that, try one of the 32-bit bootstrap compilers at > http://code.call-cc.org/bootstrap . They may be too old for 4.7; Your fear was justified; they seem to be too old: ... gcc446 -m32 -Wa,-32 -L. chicken.o batch-driver.o compiler.o optimizer.o compiler-syntax.o scrutinizer.o unboxing.o support.o c-platform.o c-backend.o -o chicken \ -lchicken -Wl,-R"." -lm -ldl ./libchicken.so: undefined reference to `C_build_2dversion_toplevel' I will go back to a released version till this problem has been solved. Sven _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
