>>>> "sb" == SL Baur <steve(a)xemacs.org>
writes:
sb> Jeff Miller <jmiller(a)smart.net> writes:
> using
> ./configure '--prefix=/usr/local' '--cflags='
'--package-path=/usr/local/lib/xemacs/packages-20.5-2'
> the compile failed with:
> cc -lc -lgcc /usr/lib/crtn.o `gcc -print-libgcc-file-name`
> rangetab.o: In function `mark_range_table':
> rangetab.o(.text+0xc): undefined reference to `error_check_range_table'
sb> ...
> make[1]: Leaving directory
`/mnt4/jmiller/xemacs-20.5-b15/src'
sb> Jeff, I can easily imagine failure of this sort if the New And
sb> Improved(TM) Makefile dependencies are out of date and you've recently
sb> mixed builds with and without error-checking. As far as I can tell, I
sb> did remember to rebuild the dependencies between betas. Do you have
sb> any .rej files or zero length files from patching?
I did an interesting test.
If I untar the source, do "configure", and "make beta", I get the
failed
compile.
If I untar the source, do "configure" and "make", I get a successful
build