Re: Which Common Lisp port for FreeBSD/sparc64?
- From: Michel Talon <talon@xxxxxxxxxxxxxxxx>
- Date: Wed, 18 Jan 2012 21:50:54 +0100
If the build of your favorite lisp still fails, you'll have to dive into theExcept for clisp, which is based on a C bootstrap, the others are written in lisp
source to see what's wrong. It might be something relatively easy to fix.
Some familiarity with C is probably required, though. :-)
and C code is reduced to very little. On the other hand the lisp compiler produces
machine code, so porting to another architecture requires important knowledge of
the machine. In particular for clisp i see this in the NetBSD pkgsrc makefile:
# Sparc64 has assembler code problems, see
# http://sourceforge.net/tracker/index.php?func=detail&aid=952681&group_id=1355&atid=101355
NOT_FOR_PLATFORM= *-*-sparc64
NOT_FOR_PLATFORM+= *-*-arm
so i would not expect a quick solution. But no such restriction for sbcl.
As for Debian port of sbcl to 64 bits amd64 i know i have seen reports of incorrect
maxima programs in the maxima mailing list, so i suspect this port to be buggy. For
sparc64 i don't know. You can find various cmucl snapshots here:
http://common-lisp.net/project/cmucl/downloads/snapshots/2012/01/
i think one of the authors has a sparc machine, and also runs maxima, so i would be confident that
cmucl works OK on the sparc, but it is here apparently under solaris.
--
Michel Talon
talon@xxxxxxxxxxxxxxxx
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Which Common Lisp port for FreeBSD/sparc64?
- From: Roland Smith
- Re: Which Common Lisp port for FreeBSD/sparc64?
- Prev by Date: Re: Sample getaddrinfo Code Compiles in Linux but not FreeBSD.
- Next by Date: Re: Which Common Lisp port for FreeBSD/sparc64?
- Previous by thread: Re: Which Common Lisp port for FreeBSD/sparc64?
- Next by thread: Re: Which Common Lisp port for FreeBSD/sparc64?
- Index(es):
Relevant Pages
|