> > 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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
