;;;;Copy cold.o and warm.o into the build directory :-( ;;;;And run ecl --load build.ecl in cold/ and warm/ first (ext:install-c-compiler) (setf c:*USER-LD-FLAGS* "-lm -lsndfile -lfftw3") (load #p"~/ecl/cold/cold.fas") (load #p"~/ecl/warm/warm.fas") ;;(compile-file "tepid.ecl") (compile-file "tepid.ecl" :system-p t) (c:build-program "tepid" :lisp-files '("cold.o" "warm.o" "tepid.o")) (quit)