Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!mp.cs.niu.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!yonezawa From: yonezawa@m.cs.uiuc.edu (Noritake Yonezawa) Newsgroups: comp.sys.next Subject: Re: C-libraries for KCL Message-ID: <1991Jun19.020702.20177@m.cs.uiuc.edu> Date: 19 Jun 91 02:07:02 GMT References: <9106190106.AA26798@ucbvax.Berkeley.EDU> Organization: University of Illinois, Dept. of Comp. Sci., Urbana, IL Lines: 23 JPOWELL@VTVM1.CC.VT.EDU (James Powell) writes: >Just downloaded kcl from sonata and I'm really excited to finally have >a language on my machine. As I suspected, I cannot yet use the compiler >since I don't have any libraries. Can someone tell me what libraries >I need, where I can get them, how big they are, and where I should put >them? I am have the 2.0 105Mb release. You can use the compiler without any libraries. See (help 'compile), (help 'compile-file) and (help 'load). Here is a quotation from KCL Report: The KCL compiler translates a Lisp program stored in a source file into a C-language program, invokes the C-language compiler to compile the C-language program, and then generates an object file, called fasl file (or o-file because of the actual filetype). The compiled program in a fasl file is loaded by the function load. -- Noritake Yonezawa [yonezawa@cs.uiuc.edu] Department of Computer Science University of Illinois at Urbana-Champaign