From: OMouse
Subject: Compiling + Packages
Date: 
Message-ID: <1136673845.290697.249790@g44g2000cwa.googlegroups.com>
I'm trying to compile a file (a.lisp) that includes (http.fas) but I'm
getting this error message, "there is no package with name "HTTP".

a.lisp
---------------------------------------------
(load "http.fas")
(use-package 'http)

(defun param(str)
  (http::http-query-parameter str))
---------------------------------------------

When I do this in clisp line by line, it's fine. But when I compile, it
dies.
Thanks for any help,
Rudolf