chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] make test failing with 1.54 snapshot


From: Grzegorz Chrupała
Subject: [Chicken-users] make test failing with 1.54 snapshot
Date: Thu, 24 Jun 2004 23:01:30 +0200
User-agent: KMail/1.5.3

Hi,
I wanted to try the 1.54 snapshot but "make test" fails. This is on 
Mandrake 9.2. I'm not sure what the problem is. The beginning of the 
output is:

cd testsuites; make CC="gcc" CHICKEN="../chicken" LIBDIR=../.libs 
CFLAGS="-O3 -fomit-frame-pointer -fno-strict
-aliasing -Wall -Wno-unused -Wno-uninitialized -DHAVE_ALLOCA_H"; cd ..
make[1]: Entering directory `/tmp/chicken-1.54/testsuites'
../chicken test-example.scm -hygienic -include-path .. -optimize-level 1 
-output-file test-example.c && \
  gcc -O3 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wno-unused 
-Wno-uninitialized -DHAVE_ALLOCA_H `../c
hicken-config -cflags | sed s%-I/usr/local/include%%g` test-example.c 
-L../.libs -I.. `../chicken-config -extr
a-libs -libs | sed s%-L/usr/local/lib%%g | sed 
"s%/usr/local/lib/\(lib[-A-Za-z0-9_]*\.a\)%../.libs/\1%g"` -o 
test-example && \
  ./test-example
compiling `test-example.scm' ...
Usage: ../chicken-config options ...

Print compiler flags for compiling and linking the C output
from the chicken Scheme compiler version 1.54.

Options:  -cc           default C compiler
          -cxx          default C++ compiler
          -cflags       C compiler flags
          -gui-cflags   C compiler flags for generating Win32 GUI binary 
(Cygwin + Mingw32 only)
          -embedded     extra C compiler flags for generating embedded 
executable
          -static       generate statically linked executable (specify 
before '-[...-]cflags and -[...-]libs)
          -shared       extra C compiler and link flags for shared 
library object (specify before '-[...-]cfla
gs and -[...-]libs)
          -libs         link flags for chicken library
          -gui-libs     link flags for linking Win32 GUI library (Cygwin 
+ Mingw32 only)
          -help         this text
          -home         chicken home directory for installed .scm 
library files
          -lib-home     chicken extension library directory
          -prefix       chicken installation prefix directory
          -unsafe       select unsafe libraries (specify before 
'-[...-]libs' option)
          -version      chicken compiler version
/home/grzegorz/tmp/ccl9Y3Ds.o(.text+0x9): In function `tr5':
: undefined reference to `C_temporary_stack'
/home/grzegorz/tmp/ccl9Y3Ds.o(.text+0x22): In function `tr5':
: undefined reference to `C_temporary_stack'
/home/grzegorz/tmp/ccl9Y3Ds.o(.text+0x39): In function `tr6':
: undefined reference to `C_temporary_stack'
/home/grzegorz/tmp/ccl9Y3Ds.o(.text+0x58): In function `tr6':
: undefined reference to `C_temporary_stack'
/home/grzegorz/tmp/ccl9Y3Ds.o(.text+0x72): In function `tr4':
: undefined reference to `C_temporary_stack'
/home/grzegorz/tmp/ccl9Y3Ds.o(.text+0x8c): more undefined references to 
`C_temporary_stack' follow

Cheers,
-- 
Grzegorz Chrupała | http://pithekos.net | address@hidden
[My] rule of perl was (until i stopped using it): if it involves
arrays of arrays, use something better ;)
                           -- forcer on IRC





reply via email to

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