Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!yonezawa From: yonezawa@m.cs.uiuc.edu (Noritake Yonezawa) Newsgroups: comp.sys.next Subject: Re: AKCL compile errors Message-ID: <1991Jun21.210332.29101@m.cs.uiuc.edu> Date: 21 Jun 91 21:03:32 GMT References: <9106211901.AA09861@ucbvax.Berkeley.EDU> Organization: University of Illinois, Dept. of Comp. Sci., Urbana, IL Lines: 24 JPOWELL@VTVM1.CC.VT.EDU (James Powell) writes: >This is the text of the error I got from AKCL when I tried to compile a small >Lisp program. I have NO C-compiler of my own - just the 105Mb machine w/2.0. >I read the help 'compile info but it didn't help. What am I doing wrong - >or what am I missing or what did I put in the wrong place? ? ? >This is the only language besides PostScript and shells I have. I admit to >being totally ignorant of Lisp but I have a book and I'm trying to learn. >Any comments or advice would be appreciated. Feel free to write me >personally at my address below. >------------------------------- >compiling gazonk0.lsp. >End of Pass 1. >End of Pass 2. gazonk0.c:13: stdio.h: No such file or directory >gazonk0.c:14: setjmp.h: No such file or directory >gazonk0.c:15: varargs.h: No such file or directory stdio.h, stddef.h, stdarg.h, setjmp.h, and varargs.h are needed in /usr/include. But, no C library is needed. -- Noritake Yonezawa [yonezawa@cs.uiuc.edu] Department of Computer Science University of Illinois at Urbana-Champaign