[CM] compile-problem:clm-3
Bill Schottstaedt
bil at ccrma.Stanford.EDU
Fri Oct 13 11:22:26 PDT 2006
> /opt/clm-3/bin/clm.o /opt/clm-3/bin/cmus.o /opt/clm-3/bin/sc.o -ljack
> -lsamplerate -L/usr/X11R6/lib -lX11
> ;; Loading #P"/opt/clm-3/bin/clm-package.x86f".
> ;; Loading #P"/opt/clm-3/bin/initmus.x86f".
> ;;; Running /usr/bin/ld...
I take it you pushed :jack on *features* first? And this is cmucl? In that case,
the message "Running..." means something went wrong earlier with the load --
I'm surprised there's not some sort of error like "can't find libjack" -- perhaps
it was eaten by slime? I'd try again, but in a terminal, i.e. run cmucl in a shell,
then (pushnew :jack *features*), then (load "all.lisp") and see if you get a real
error message. In cases like this I always use strace to see where the loader is
actually looking. If no luck there, remove all the generated files and sndlib.h
and mus-config.h, don't push :jack, and try load "all.lisp" again.
More information about the Cmdist
mailing list