SMOLNET PORTAL home about changes
(ext:install-c-compiler)

(setq c:*user-ld-flags* "-lSDL2")

(compile-file #p"source.lisp" :system-p t)

(c:build-program "window" :lisp-files '("source.o"))

(unwind-protect
 (ext:run-program "./window" '() :output t :error t)
 (si:quit))
Response: text/plain
Original URLgopher://tilde.institute/0/~screwtape/ecl-build-tests/4-e...
Content-Typetext/plain; charset=utf-8