$ make PLATFORM=linux ARCH=x86-64 PREFIX=/home/mario/chicken bench make -f ./Makefile.linux bench make[1]: Entering directory `/home/mario/chicken-4.1.0' here=`pwd`; \ cd ./benchmarks; \ LD_LIBRARY_PATH=$here DYLD_LIBRARY_PATH=$here PATH=$here:$PATH \ csi -s cscbench.scm (c)2008-2009 The Chicken Team (c)2000-2007 Felix L. Winkelmann Version 4.1.0 - SVN rev. 15292 linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables applyhook ] compiled 2009-08-03 on lab (Linux) CC: Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --e nable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-c locale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-cld --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.3.2 (Debian 4.3.2-1.1) CFLAGS: -fno-strict-aliasing -DHAVE_CHICKEN_CONFIG_H -Os -fomit-frame-pointer -I/home/mario/chicken/include Running benchmarks ... (averaging over 5 runs, dropping highest and lowest, binaries are statically linked and stripped) (runtime) (code size) base fast unsafe max base fast unsafe max ---------------------------------------------------------------------------------- 0 0.000 0.000 0.000 0.000 1518k 1518k 1395k 1395k binarytrees 0.092 0.093 0.077 0.049 1534k 1534k 1405k 1403k boyer 0.065 0.064 0.049 0.052 1558k 1558k 1428k 1428k browse 0.096 0.096 0.078 0.074 1546k 1546k 1415k 1414k conform 0.126 0.088 0.066 0.070 1634k 1623k 1474k 1475k cpstak 0.032 0.003 0.234 0.214 1522k 1522k 1399k 1399k ctak 0.150 0.150 0.126 0.116 1522k 1522k 1399k 1399k dderiv 0.101 0.101 0.086 0.088 1530k 1530k 1401k 1401k deriv 0.092 0.089 0.008 0.008 1526k 1526k 1400k 1400k destructive 0.076 0.076 0.074 0.066 1526k 1526k 1403k 1399k div-iter 0.028 0.026 0.024 0.024 1522k 1522k 1399k 1399k div-rec 0.064 0.062 0.044 0.045 1522k 1522k 1399k 1399k dynamic 0.008 0.074 0.066 0.061 1930k 1918k 1657k 1656k earley 0.002 0.002 0.018 0.016 1610k 1598k 1468k 1464k fft 0.030 0.034 0.030 1538k 1538k 1413k 1464k fib 0.157 0.016 0.114 0.036 1518k 1518k 1395k 1395k fibc 1.618 0.098 0.778 0.612 1522k 1522k 1399k 1399k fprint 0.124 0.124 0.105 0.106 1526k 1522k 1399k 1399k fread 0.538 0.054 0.048 0.482 1518k 1518k 1395k 1395k hanoi 0.004 0.393 0.348 0.154 1518k 1518k 1395k 1395k lattice 6.936 6.072 5.193 5.149 1546k 1542k 1413k 1413k maze 0.156 0.109 Error: wrong result Error: shell invocation failed with non-zero return status "./tmpfile >tmpfile.out" 17920 Call history: [compile-and-run] (call-with-current-continuation (lambda (abort) (set! abort-run (cut abort #f)) (let ((runs (butlast...... [compile-and-run] (butlast (cdr (sort (map (lambda _ (run)) (iota 5)) <))) [compile-and-run] (cdr (sort (map (lambda _ (run)) (iota 5)) <)) [compile-and-run] (sort (map (lambda _ (run)) (iota 5)) <) [compile-and-run] (map (lambda _ (run)) (iota 5)) [compile-and-run] (iota 5) [compile-and-run] (run) (system* "./tmpfile >tmpfile.out") <-- make[1]: *** [bench] Error 70 make[1]: Leaving directory `/home/mario/chicken-4.1.0' make: *** [bench] Error 2