chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] cvs build question


From: Peter Keller
Subject: [Chicken-users] cvs build question
Date: Mon, 5 Aug 2002 19:17:24 -0500
User-agent: Mutt/1.2i

Hello,

I followed the directions on the web page and checked out a copy of chicken
from CVS so I can get the hash table fixes. There wasn't a document explaining
how to build chicken from this point, but it looks like I should run autocvs.

So I ran it and ./configure, and then ran make. This is what I got:

bash$ make CFLAGS="-g -Wall -Wno-unused"
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
-DC_STACK_GROWS_DOWNWARD=1    -g -Wall -Wno-unused -c runtime.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I. -DC_STACK_GROWS_DOWNWARD=1 -g -Wall -Wno-unused 
-c runtime.c  -fPIC -DPIC -o .libs/runtime.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DC_STACK_GROWS_DOWNWARD=1 -g -Wall -Wno-unused 
-c runtime.c -o runtime.o >/dev/null 2>&1
mv -f .libs/runtime.lo runtime.lo
./chicken library.scm -quiet -debug-level 0 -optimize-level 2 -include-path . 
-no-warnings  -output-file library.c -explicit-use
make: ./chicken: Command not found
make: *** [library.c] Error 127
bash$ 

Thanks.

-pete





reply via email to

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