>>>>> "ecm" == Eric Marsden <[EMAIL PROTECTED]> writes:
ecm> % nm /opt/cmucl-latest-linux/bin/lisp | grep GLIBC_2\.3 ecm> U __ctype_b_loc@@GLIBC_2.3 it seems that adding -D__NO_CTYPE to CFLAGS works around this problem; it makes glibc revert to definitions that don't cause binary incompatibility. Perhaps we could add that to lisp/Config.linux_gencgc. -- Eric Marsden <URL:http://www.laas.fr/~emarsden/>
