[Ecls-list] Latest fixes
Geo Carncross
geocar at gmail.com
Wed May 14 01:16:32 UTC 2008
This is fantastic news!
Large asdf builds seem to have no problem with load-op now.
compile-op seems to be wrong however; I'm trying to do this:
(asdf:make-build
:hunchentoot
:type :program
:epilogue-code '(progn (hunchentoot::start-server :port 8080) (ext:quit 0)))
and I'm getting a lot of link errors:
;;; gcc -o "/home/geocar/clbuild/source/hunchentoot/hunchentoot"
-L"/usr/local/lib/" "/home/geocar/src/hun/ECLINITJSC263.o"
"/home/geocar/clbuild/source/split-sequence/libsplit-sequence.a"
"/home/geocar/clbuild/source/trivial-gray-streams/libtrivial-gray-streams.a"
"/home/geocar/clbuild/source/flexi-streams/libflexi-streams.a"
"/home/geocar/clbuild/source/chunga/libchunga.a"
"/home/geocar/clbuild/source/cl-base64/libcl-base64.a"
"/home/geocar/clbuild/source/cl-fad/libcl-fad.a"
"/home/geocar/clbuild/source/cl-ppcre/libcl-ppcre.a"
"/home/geocar/clbuild/source/md5/libmd5.a"
"/home/geocar/clbuild/source/rfc2388/librfc2388.a"
"/home/geocar/clbuild/source/usocket/libusocket.a"
"/home/geocar/clbuild/source/bordeaux-threads/libbordeaux-threads.a"
"/home/geocar/clbuild/source/url-rewrite/liburl-rewrite.a"
"/home/geocar/clbuild/source/hunchentoot/libhunchentoot.a" -lecl
-lpthread -ldl -lm
/home/geocar/clbuild/source/split-sequence/libsplit-sequence.a(ECLINITMfRKnP.o):
In function `init_lib_SPLIT_SEQUENCE':
/home/geocar/src/hun/ECLINITMfRKnP.c:40: undefined reference to
`_eclrgctG_QikQj3'
/home/geocar/clbuild/source/trivial-gray-streams/libtrivial-gray-streams.a(ECLINITW68zOl.o):
In function `init_lib_TRIVIAL_GRAY_STREAMS':
/home/geocar/src/hun/ECLINITW68zOl.c:41: undefined reference to
`_eclTXaUD_fkkQj3'
/home/geocar/src/hun/ECLINITW68zOl.c:42: undefined reference to
`_eclxdocS_fkkQj3'
/home/geocar/clbuild/source/flexi-streams/libflexi-streams.a(ECLINITA3YyxS.o):
In function `init_lib_FLEXI_STREAMS':
/home/geocar/src/hun/ECLINITA3YyxS.c:54: undefined reference to
`_eclTXaUD_fkkQj3'
/home/geocar/src/hun/ECLINITA3YyxS.c:55: undefined reference to
`_eclxdocS_fkkQj3'
...
/home/geocar/clbuild/source/chunga/libchunga.a(ECLINITU2ulTp.o): In
function `init_lib_CHUNGA':
/home/geocar/src/hun/ECLINITU2ulTp.c:61: undefined reference to
`_eclTXaUD_fkkQj3'
/home/geocar/src/hun/ECLINITU2ulTp.c:62: undefined reference to
`_eclxdocS_fkkQj3'
/home/geocar/src/hun/ECLINITU2ulTp.c:63: undefined reference to
`_eclxkZW6_fkkQj3'
/home/geocar/src/hun/ECLINITU2ulTp.c:64: undefined reference to
`_eclFjnz_gkkQj3'
/home/geocar/src/hun/ECLINITU2ulTp.c:65: undefined reference to
`_ecl4ozX_gkkQj3'
...
/home/geocar/src/hun/ECLINITsFdVSz.c:184: undefined reference to
`_eclflPWL_JlkQj3'
/home/geocar/src/hun/ECLINITsFdVSz.c:185: undefined reference to
`_eclEA987_JlkQj3'
/home/geocar/src/hun/ECLINITsFdVSz.c:186: undefined reference to
`_ecljFmIG_HqkQj3'
collect2: ld returned 1 exit status
An error occurred during initialization:
(SYSTEM "gcc -o
\"/home/geocar/clbuild/source/hunchentoot/hunchentoot\"
-L\"/usr/local/lib/\" \"/home/geocar/src/hun/ECLINITJSC263.o\"
\"/home/geocar/clbuild/source/split-sequence/libsplit-sequence.a\"
\"/home/geocar/clbuild/source/trivial-gray-streams/libtrivial-gray-streams.a\"
\"/home/geocar/clbuild/source/flexi-streams/libflexi-streams.a\"
\"/home/geocar/clbuild/source/chunga/libchunga.a\"
\"/home/geocar/clbuild/source/cl-base64/libcl-base64.a\"
\"/home/geocar/clbuild/source/cl-fad/libcl-fad.a\"
\"/home/geocar/clbuild/source/cl-ppcre/libcl-ppcre.a\"
\"/home/geocar/clbuild/source/md5/libmd5.a\"
\"/home/geocar/clbuild/source/rfc2388/librfc2388.a\"
\"/home/geocar/clbuild/source/usocket/libusocket.a\"
\"/home/geocar/clbuild/source/bordeaux-threads/libbordeaux-threads.a\"
\"/home/geocar/clbuild/source/url-rewrite/liburl-rewrite.a\"
\"/home/geocar/clbuild/source/hunchentoot/libhunchentoot.a\" -lecl
-lpthread -ldl -lm ") returned non-zero value 1.
More information about the ecl-devel
mailing list