chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Re: 4.1.0rc1


From: Sven Hartrumpf
Subject: [Chicken-users] Re: 4.1.0rc1
Date: Sun, 19 Jul 2009 02:00:06 +0200 (CEST)

Mon, 6 Jul 2009 14:21:31 +0200, bunny351 wrote:
> Sven Hartrumpf <Sven.Hartrumpf <at> FernUni-Hagen.de> writes:
> 
>>
>> Thu, 02 Jul 2009 15:45:56 +0200 (CEST), Sven.Hartrumpf wrote:
>> > ~/tmp/chicken-4.1.0rc1/tests > sh runtests.sh
>> > ======================================== compiler tests ...
>> > ../chicken compiler-tests.scm -output-file a.c -include-path ..
>> >
>> > Error: shell command terminated with non-zero exit status 11: ../chicken 
>> > compiler-tests.scm
>> -output-file a.c -include-path ..
>>
>> This workaround solved the reported issue: I replaced the gcc option -O3 by 
>> -O2
>> (gcc 4.4.0, 32bit).
>>
>> I should have known this pitfall ..., really.
>>
> 
> So you changed the default compiler options before building, right?

Yes, by using a line like:

make C_COMPILER_OPTIMIZATION_OPTIONS=...

> Still, this should work.

Maybe :-) But this could also be a gcc bug. If anybody is interested,
try to build (and run the tests!) with -O3 for recent gcc versions.

Sven




reply via email to

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