Re: Compiling Lisp
- From: Juho Snellman <jsnell@xxxxxx>
- Date: 22 Sep 2006 18:10:16 GMT
Javier <javuchi@xxxxxxxxx> wrote:
If you distribute your application for Linux, it is better to
include a fasl file with a little script starting SBCL, inside a RPM or
DEB package, and a dependency to the SBCL package itself.
That doesn't sound like a very good idea.
SBCL fasls are version-specific, so the user would need to get an RPM
for exactly the right version of SBCL. A careless "yum update", and,
oops, the application no longer works. Or if somebody needs to install
two applications distributed as fasl files, which were built using
different SBCL versions, he'd also have to install those two SBCL
versions installed on the same machine.
--
Juho Snellman
.
- Follow-Ups:
- Re: Compiling Lisp
- From: Markus Grueneis
- Re: Compiling Lisp
- From: Javier
- Re: Compiling Lisp
- From: Pascal Bourguignon
- Re: Compiling Lisp
- References:
- Compiling Lisp
- From: R. P. Dillon
- Re: Compiling Lisp
- From: dpapathanasiou
- Re: Compiling Lisp
- From: R. P. Dillon
- Re: Compiling Lisp
- From: Pascal Bourguignon
- Re: Compiling Lisp
- From: R. P. Dillon
- Re: Compiling Lisp
- From: Javier
- Compiling Lisp
- Prev by Date: Re: cliki.net is down?
- Next by Date: Re: Defining variable programmatically, using symbol-value, generates error
- Previous by thread: Re: Compiling Lisp
- Next by thread: Re: Compiling Lisp
- Index(es):
Relevant Pages
|