[ Home ]
SBCL Internals

The pages on this CLiki-driven site can be edited by anybody at any time. No warranty of any kind can therefore be made; any implied warranties of merchantability or fitness for a particular purpose are expressly disclaimed
[ Home ] [ Recent Changes ] [ About CLiki ] [ Text Formatting ]

This script is useful for running sbcl directly from the compiled sources without installing it.

#!/bin/sh

BASE="${1:-.}" shift

if [ ! -d "$BASE" ]; then BASE=$HOME"/workspace/sbcl-"$BASE"-x86-linux/" fi

echo Starting sbcl from $BASE

# Don't pass --core since it makes mixing and matching runtime # and toplevel options inconvenient. (cd "$BASE/contrib" && (test -f sbcl.core || ln -s ../output/sbcl.core)) env SBCL_HOME=$BASE/contrib/ SBCL_BUILDING_CONTRIB="" $BASE/src/runtime/sbcl "$@"


This page is presently Uncategorized?: please add appropriate topic markers? and remove this text

CLiki pages can be edited by anyone at any time. Imagine a fearsomely comprehensive disclaimer of liability. Now fear, comprehensively