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 make PLATFORM=... PREFIX=... install Good luck! Will On Wed, Oct 1, 2008 at 12:09 PM, Sven Hartrumpf <[EMAIL PROTECTED]> wrote: > Hi. > > Wed, 1 Oct 2008 12:08:50 +0200, bunny351 wrote: >> The svn hygienic/trunk switch has been done. > > OK, I am using trunk. > I tried the following: > > svn up > > make distclean > > make C_COMPILER=gcc432 C_COMPILER_OPTIMIZATION_OPTIONS="-O3 -ffast-math > -fomit-frame-pointer -fno-builtin -march=pentium2" LINKER=gcc432 > LINKER_OPTIONS="-L. -s" PLATFORM=linux PREFIX=/programs/free/chicken-svn > NOAPPLYHOOK=1 NOPTABLES=1 > > > This ends like this: > > gcc432 -L. -s -L. csc.o -o csc \ > -lchicken -Wl,-R/programs/free/chicken-svn/lib -lm -ldl > chicken setup-utils.scm -quiet -no-trace -optimize-level 2 -include-path . > -include-path ./ -feature chicken-compile-shared -dynamic > -emit-import-library setup-utils -output-file setup-utils.c > Warning: invalid compiler option `-emit-import-library' - ignored > Warning: invalid compiler option `setup-utils' - ignored > Syntax error: module > > "modules are not supported" > > Expansion history: > > <syntax> (begin (module setup-utils (version>=? > create-temporary-directory remove-directory yes-or-no? get-te...... > <syntax> (module setup-utils (version>=? > create-temporary-directory remove-directory yes-or-no? get-terminal-...... <-- > make[1]: *** [setup-utils.c] Error 70 > make[1]: Leaving directory `/home/sven/soft/chicken' > make: *** [all] Error 2 > > > Do I need a special chicken for bootstrapping? > (the above was an old trunk version - 3.4.0) > > Sven > > > _______________________________________________ > Chicken-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/chicken-users > _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
