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: Will Farr
Subject: Re: [Chicken-users] hygienic/trunk switch
Date: Wed, 1 Oct 2008 12:41:21 -0400

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
<address@hidden> 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
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/chicken-users
>




reply via email to

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