[slime-devel] Re: Slime startup error with SBCL 1.0.0.10
Ben
30 Dec
2006
30 Dec
'06
3:30 p.m.
I had this problem updating my Ubuntu SBCL to 1.0.1. The fix was to
update common-lisp-controller up to 6.8. The cause was sb-grovel trying
to (run-program (sb-ext:posix-getenv "CC") ...) with CC not set.
Updating fixed it.