>>>>> "Dave" == Dave Richards <[EMAIL PROTECTED]> writes:
Dave> By following the instructions at
Dave> http://www.pmsf.de/resources/lisp/CMUCL.html I attempted to re-build CMUCL
Dave> on x86/Linux. I build fails and I get the following output. I tried both
Dave> linux and linux_gencgc configurations, but got the same error. What wisdom
Dave> am I missing?
What binary version were you using to build from? What *features* are
you using? (Look in setenv.lisp.)
I got the same error as you yesterday because I was building a version
with :linkage-table using an old binary that didn't have that. You
need a cross-compile in this case.
Ray