[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Strange hash-table behavior in compiled code
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] Strange hash-table behavior in compiled code |
Date: |
Tue, 27 Sep 2005 07:49:49 +0200 |
>
> While I'm on the subject, If I apply the patch and then run make it fails
> because the makefile assumes that there's a chicken executable in the
> distribution directory (there isn't). Putting a symlink from my previous
> installation of chicken to ./chicken fixes this.
>
In this case the best way is to say
make BOOTSTRAP_PATH=/usr/local/bin # or whereever your chicken lives
It will use this prefix for running the chicken executable.
cheers,
felix