On 5/8/06, Reed Sheridan <[EMAIL PROTECTED]> wrote:
This warning? make chicken BOOTSTRAP_PATH=... && touch *.scm && make
Yes, and the few lines above it.
There should be a make install before touch *.scm, and there should be a warning that make will fail with an error when it expects a rule for .export files (I think everything is actually built, so it should be okay to just run make install, but I actually created empty .export files and ran make again).
make install isn't needed. make will pick up ./chicken, if no BOOTSTRAP_PATH is given. Just follow the instructions. ;-) cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
