(ext:install-c-compiler) (setf c:*user-ld-flags* "-lsndfile") (compile-file "boilerplate.ecl" :system-p t) (c:build-program "synth-synth" :lisp-files '("boilerplate.o")) (quit)