On Dec 10, 2007 9:59 PM, Terrence Brannon <metaperl@...> wrote:
> On Dec 1, 2007 8:09 PM, Rudi Schlatte <rudi@...> wrote:
> >
> > On 02.12.2007, at 08:52, Terrence Brannon wrote:
> >
> > > On Dec 1, 2007 7:42 PM, Rudi Schlatte <rudi@...> wrote:
> > >>
> > >> cygwin's gcc, make &c, along with sbcl itself, can be used to build
> > >> sbcl on windows.
> > >
> > > what command-line would I type to try this build? would I run the
> > > command-line under the Windows command shell or a cygwin shell?
> >
> > The build is done within the cygwin shell. Make sure sbcl is in the
> > path, then cd to the top-level source directory and type "sh
> > make.sh".
>
> Ok, now I would like to install the Cygwin version of SBCL-1.0.12.
>
> So I followed the instructions for installing a binary distribution and typed:
>
> INSTALL_ROOT=/usr/local sh install.sh
>
> Now, the problem is, the core file is not found unless I refer to it
> from within the /usr/local/lib/sbcl directory:
I got some help from Alastair.
export SBCL_HOME=`cygpath -w /usr/local/lib/sbcl/`
gets it working.
|