On Wed, Oct 1, 2008 at 6:41 PM, Will Farr <[EMAIL PROTECTED]> wrote: > Sven, > > I made it work using the bootstrap compiler included with the svn > trunk. Otherwise, it fails with the same error. > > make PLATFORM=... PREFIX=... bootstrap > make PLATFORM=... PREFIX=... CHICKEN=./chicken-boot
I'd add a "make ... confclean" after this stage. > make PLATFORM=... PREFIX=... install By passing "CHICKEN=./chicken-boot" to make, you can always recompile normally. It is statically linked. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
