Mark J. Reed wrote: > On Jan 23, 2008 4:13 AM, Normen MÃŒller <[EMAIL PROTECTED]> wrote: > >> Dear all, >> >> I am still waiting to get sbcl running on Mac OS X 10.5.1. >> > > While waiting for fink to catch up, I note that MacPorts has sbcl > 1.0.13 working on 10.5.1: > > (0)wazowski> sbcl > This is SBCL 1.0.13, an implementation of ANSI Common Lisp. > More information about SBCL is available at <http://www.sbcl.org/>. > > SBCL is free software, provided as is, with absolutely no warranty. > It is mostly in the public domain; some portions are provided under > BSD-style licenses. See the CREDITS and COPYING files in the > distribution for more information. > * (sb-ext:run-program "/usr/bin/sw_vers" nil :output t) > ProductName: Mac OS X > ProductVersion: 10.5.1 > BuildVersion: 9B18 > > #<SB-IMPL::PROCESS :EXITED 0> > * > > > This is why I like to have both systems installed. Used to have > fink's sbcl and MacPorts' clisp, now it's the other way around; after > the next update to either package or the OS it may swap again... > I got it working!!!
$ port search sbcl sbcl lang/sbcl 1.0.13 The Steel Bank Common Lisp system [~] $ sudo port install sbcl Password: Portfile changed since last build; discarding previous state. ---> Fetching sbcl ---> Attempting to fetch sbcl-1.0.13-source.tar.bz2 from http://downloads.sourceforge.net/sbcl ---> Verifying checksum(s) for sbcl ---> Extracting sbcl ---> Applying patches to sbcl ---> Configuring sbcl ---> Building sbcl with target all ---> Staging sbcl into destroot ---> Installing sbcl 1.0.13_0+test ---> Activating sbcl 1.0.13_0+test ---> Cleaning sbcl [~] $ sbcl This is SBCL 1.0.13, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * GREAT! Thanks to all again! Cheers, /nm ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
