>>>>> "rif" == rif <[EMAIL PROTECTED]> writes:
rif> Create-target works fine, I go into setenv.lisp and uncomment only the
rif> "specific features that most people want" and "version tags"
rif> sectionss. build-world.sh seems to be OK, then rebuild-lisp.sh gives
rif> many complaints about
Don't touch any of the setenv.lisp settings. You shouldn't have to do
that if you just to rebuild the current version with the same set of
features.
What options did you use for create-target.sh? It should have printed
out something like linux_gencgc and x86 for Motif. (Assuming you're
on linux.)
rif> lisp.o(.text+0x984): In function `main':
rif> ../../src/lisp/lisp.c:468: undefined reference to `map_core_sections'
rif> collect2: ld returned 1 exit status
rif> gmake: *** [lisp] Error 1
map_core_sections is defined in elf.c. It should have been compiled.
rif> Can I not build the 04-2004 sources from the 04-2004 snapshot?
I can confirm that it works.
That it doesn't for you means that we've probably not been clear enough.
Ray