chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] make test failing with 1.54 snapshot


From: Felix Winkelmann
Subject: Re: [Chicken-users] make test failing with 1.54 snapshot
Date: Fri, 25 Jun 2004 06:52:31 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113

Grzegorz Chrupała wrote:
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 ...

I have removed support for the `-extra-libs' option to `chicken-config'.
Unfortunately there are still some traces left in some places (Sven already
pointed them out).

Just remove any occurrences of `-extra-libs' in the makefile.

Thanks!


cheers,
felix




reply via email to

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