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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
