[Openmcl-devel] Building kernel fails on raspbian "wheezy"

R. Matthew Emerson rme at clozure.com
Fri Nov 21 13:04:35 PST 2014


> On Nov 21, 2014, at 2:52 PM, Renzo Orsini <orsini at unive.it> wrote:
> 
> Greetings,
> 
> After downloading CCL on Raspbian "Debian Wheezy", and receiving from the executable the message "GLIBC_2.15 not found", I tried to recompile the kernel, with the following errors. The computer is a Raspberry Pi, Model B+. 

You must have missed this error message amongst all the build output:

> /bin/sh: 1: m4: not found

You must have m4 installed in order to build the lisp kernel.  Do "apt-get install m4" and then you should be able to build the lisp kernel.

http://ccl.clozure.com/install.html does mention that you need m4.





More information about the Openmcl-devel mailing list