From: OMouse
Subject: Compiling a file with a package included
Date: 
Message-ID: <1136754237.624805.325930@g43g2000cwa.googlegroups.com>
This is my code:
---------------------------------------------
(load "http.fas")
(use-package 'http)

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

It gives me an error message when I compile using clisp -c. It says
HTTP package doesn't exist. What am I doing wrong?
Thanks for any help,
Rudolf