Subject: Re: Function undefined
From: rpw3@rpw3.org (Rob Warnock)
Date: Tue, 05 Dec 2006 05:22:31 -0600
Newsgroups: comp.lang.lisp
Message-ID: <6eydnVMgzf3qy-jYnZ2dnUVZ_tmdnZ2d@speakeasy.net>
Sathyaish <sathyaish@gmail.com> wrote:
+---------------
| Then, on the terminal/command prompt, I did:
|   CL-USER(1): (compile-file "relative/path/to/myfile.lisp")
| and it compiled successfully generating a .fasl file.
...
| Then, I loaded that file (say, it's called myfile.lisp, which got me a
| myfile.fasl) like so:
|   CL-USER(2): (load "relative/path/to/myfile.lisp")
+---------------

Are you sure you didn't mean to type this here?

    (load "relative/path/to/myfile.fasl")


-Rob

-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607