[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] partial success compiling from cvs
From: |
Joerg F. Wittenberger |
Subject: |
[Chicken-users] partial success compiling from cvs |
Date: |
10 Apr 2003 19:43:07 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Hi all,
after a long fight I'm back compiling from cvs. That is, almost.
Strange enough it took just several recompiles. No fun at a slow
machine. Anyway now I want to compile my stuff and...
gcc tcp.o util-chicken.o srfi19.o mysql.o protection.o memoize.o timeout.o
tree.o notation.o function.o place.o protocol.o storage.o step.o nu.o
main-chicken.o `chicken-config -cflags -extra-libs -unsafe -libs` -lcrypto
-lmysqlclient -o fixml
/usr/bin/ld: cannot find -lstuffed-chicken
collect2: ld returned 1 exit status
make: *** [askemos] Error 1
rm step.c nu.c protocol.c main-chicken.c storage.c
address@hidden:~/build/Askemos-0.7.0$ chicken-config -cflags
-O3 -fomit-frame-pointer -DHAVE_ALLOCA_H -fstrict-aliasing
-DC_STACK_GROWS_DOWNWARD=1 -DC_INSTALL_LIB_HOME=/usr/local/lib/chicken
-DC_USE_C_DEFAULTS
address@hidden:~/build/Askemos-0.7.0$ chicken-config -extra-libs -libs
-L/usr/local/lib -lstuffed-chicken -lsrfi-chicken -L/usr/local/lib -lchicken
-lm -ldl -lm
So am I missing libstuffed-chicken or do I have an old script in my way?
Thanks a lot
/Jörg
--
The worst of harm may often result from the best of intentions.
- [Chicken-users] partial success compiling from cvs,
Joerg F. Wittenberger <=