chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] hygienic/trunk switch


From: Sven Hartrumpf
Subject: Re: [Chicken-users] hygienic/trunk switch
Date: Wed, 01 Oct 2008 18:09:07 +0200 (CEST)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]