Re: cl-launch and openmcl

Gary Byers <[email protected]> Sun, 8 Oct 2006 12:29:57 -0600 (MDT)
Newsgroups gmane.lisp.openmcl.bugs
Message-ID <[email protected]>
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

--0-969653125-1160332197=:57104
Content-Type: TEXT/PLAIN; charset=X-UNKNOWN; format=flowed
Content-Transfer-Encoding: QUOTED-PRINTABLE



On Sun, 8 Oct 2006, [ISO-8859-1] Far=E9 wrote:

> NB:  I had access to a linuxppc debian machine, but openmcl
> 0.14.2.p1.o from debian doesn't have support for "--" and your latest
> linux tarball requires glibc 2.4 whereas debian only has 2.3.6.
>

If you have a C compiler, you should be able to compile the kernel on
your Debian system.  AFAIK, the lisp doesn't actually require anything
more modern than ~glibc 2.2.something on linuxppc, but the GNU linker
insists on version-stamping the libraries that the application linked
against (unless you remember to how to tell it not to, which I never do.
I used to be careful to build on older machines, but sadly those older
machines aren't working anymore.)

If you just do:

cd ccl/lisp-kernel/linuxppc
make clean
make

you should get a ccl/ppccl that runs on your system.

--0-969653125-1160332197=:57104
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Bug-openmcl mailing list
[email protected]
http://clozure.com/mailman/listinfo/bug-openmcl

--0-969653125-1160332197=:57104--