Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!ncar!boulder!uswat!uswmrg2!hpuecoa!hpfcse!hpfcmgw!chan From: chan@hpfcmgw.HP.COM (Chan Benson) Newsgroups: comp.sys.hp Subject: Re: Lucid Common Lisp foreign function interface question Message-ID: <1080098@hpfcmgw.HP.COM> Date: 4 Dec 89 18:52:18 GMT References: <1989Nov29.230116.3905@athena.mit.edu> Organization: HP Fort Collins, CO Lines: 14 ]> (require "external") ]>>Error: Module "external" has been REQUIRE'd, but isn't present, ] and isn't found as a file on the default directory. I don't know much about Lucid CL, but I can make an educated guess. It sounds like there is a global somewhere that specifies what directories to search for "required" modules, and that 'external' is not in that path. My copies of the manuals are really old and I can't find what that variable might be. Note also that there is an optional arg to 'require' that says what to load to satisfy the requirement. -- Chan