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? Still, this should work. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
