Andre Tampubolon <andre <at> lc.vlsm.org> writes: > > I successfully bootsrapped the SVN version of Chicken using MinGW-MSYS.Unfortunately, I can't found csi.exeI recall when using Chicken 3.4.0 MinGW, there was a csi.exe.How can I build it?
After bootstrap, you have to run "make ... CHICKEN=./chicken-boot" once again build the system. "make ... bootstrap" just builds the bootstrapping compiler used to build the rest of the system. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
