chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Failure in compile of test-r5rs


From: Kon Lovett
Subject: [Chicken-users] Failure in compile of test-r5rs
Date: Thu, 16 Jun 2005 10:56:53 -0700

Hi,

(on MacOS X 10.3.9, source from darcs head, as of Jun 16)

Build of test-r5rs fails, other 2 test successfully compile & run. Seems to be "fixed" w/ addition of (use numbers).

../chicken test-r5rs.scm -hygienic -include-path .. -optimize-level 1 -output-file test-r5rs.c && \ gcc -Os -fomit-frame-pointer -fno-strict-aliasing -Wall -Wno-unused -Wno-uninitialized -DHAVE_ALLOCA_H -no-cpp-precomp `../chicken-config -cflags | sed s%-I/usr/local/include%%g` test-r5rs.c -L../.libs -I.. `../chicken-config -libs | sed s%-L/usr/local/lib%%g | sed "s%/usr/local/lib/\(lib[-A-Za-z0-9_]*\.a\)%../.libs/\1%g"` -o test-r5rs && \
  ./test-r5rs
compiling `test-r5rs.scm' ...
make[1]: *** [test-r5rs] Error 138

and

../chicken test-r5rs.scm -verbose -hygienic -include-path .. -optimize-level 1 -output-file test-r5rs.c
Loading compiler extensions...
Using hygienic macros
; loading ../chicken-highlevel-macros.scm ...
; loading ../chicken-ffi-macros.scm ...
debugging info: stacktrace
compiling `test-r5rs.scm' ...
pass: source
pass: canonicalized
Bus error





reply via email to

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