chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] bootstrap on svn?


From: Sven Hartrumpf
Subject: Re: [Chicken-users] bootstrap on svn?
Date: Tue, 28 Apr 2009 15:30:38 +0200 (CEST)

Hi.

Mon, 27 Apr 2009 14:32:14 +0200 (CEST), Sven.Hartrumpf wrote:
> In recent weeks, bootstrapping (on svn) did not work for me.
> 
> Is bootstrap.tar.gz too old (2009-01-08 or so)?

Felix, thanks for updatin the bootstrap.tar.gz,
but it was probably a different problem:
using gcc 4.3.3 plus -O3 and gcc 4.4.0 plus -O2 work, but
gcc 4.4.0 plus -O3 fails as follows:

> make C_COMPILER=gcc440 C_COMPILER_OPTIMIZATION_OPTIONS="-O3" LINKER=gcc440 
> LINKER_OPTIONS="-L. -s" PLATFORM=linux PREFIX=/programs/free/chicken-svn 
> NOPTABLES=1 CHICKEN=./chicken-boot
make -f ./Makefile.linux all
make[1]: Entering directory `/home/sven/soft/chicken'
sh ./svnrevision.sh
./chicken-boot library.scm -no-trace -optimize-level 2 -include-path . 
-include-path ./ -explicit-use -output-file library.c 

Warning: library unit `library' compiled in dynamic mode
make[1]: *** [library.c] Segmentation fault
make[1]: Leaving directory `/home/sven/soft/chicken'
make: *** [all] Error 2
 
I would assume it is a problem of gcc 4.4.0 (or my gcc installation).
Can anybody build with gcc 4.4.0 plus -O3 ?

Ciao
Sven




reply via email to

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