There are some problems with lang/clisp when it's compiled with GCC 3: - The foreign function interface (i.e. loading C libraries) doesn't work. This breaks devel/meta-cvs, among other things - A readline-related issue makes CLISP crash when a user hits TAB under some circumstances Fix: Always build CLISP with GCC 2.95 How-To-Repeat: - Try to use devel/meta-cvs on a system using GCC 3.x - Start clisp on such a system and type "(foo<TAB>"
State Changed From-To: open->closed committed, thanks