Thanks for the advice. The source distribution builds and installs
without issue on my system, including contrib/asdf-install. The binary
dist installs without issue, except for contrib/asdf-install, and I
can't figure out what the problem is. I wrote an ".info" file for
installing the sbcl 0.8.8 binary dist through fink, which is why I'm
interested in making sure everything works.
All the best,
Lars.
On Feb 26, 2004, at 2:40 PM, Chris Wright wrote:
> On 26/02/2004, at 7:03 PM, Lars Rosengreen wrote:
>
>> I'm running into the following problem when installing the binary
>> release of sbcl 0.8.8 on OS X:
>>
>> When I run install.sh, I am getting the following error:
>>
>>
>> kinkajou:~/sbcl-0.8.8-ppc-darwin lars$ sudo sh install.sh
>> Password:
>> cp: doc/sbcl-asdf-install.1: No such file or directory
>> //GNUMAKE="gnumake"
>> cp asdf.fasl /usr/local/lib/sbcl/asdf
>> gnumake: *** No rule to make target `asdf-install', needed by
>> `asdf-install-install'. Stop.
>>
>>
>
> I had success building sbcl from source. I've already got openmcl
> installed (as a binary) and used that as the cross compiler.
> Brian Mastenbrook was very patient with me, and I quote from his web
> page:
>
> http://www.advogato.org/person/bmastenbrook/
> "
> One thing that has come to my attention is that setting LD_PREBIND to
> YES on OS X interferes with SBCL buildability. You will have to unset
> this before building SBCL.
> "
>
> I've successfully compiled McClim, and it's all lovely!!
>
> cheers and good luck
>
> Chris
>
|