Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!fed!arccs3!m1pkd00 From: m1pkd00@arccs3.FRB.GOV (Prasad K. Dharmasena) Newsgroups: comp.lang.lisp Subject: Compiling a program on AKCL 1.492 Keywords: AKCL, compile, executable Message-ID: <832@arccs2.fed.FRB.GOV> Date: 8 Nov 90 16:59:43 GMT Sender: news@fed.FRB.GOV Reply-To: m1pkd00@arccs3.FRB.GOV (Prasad K. Dharmasena) Lines: 12 Organization: How do I compile some Lisp code on AKCL so as to give me a binary executable (i.e. equivalent of a.out from cc)? When I compile the intermidiate c-file generated by AKCL, using the C compiler, I get some undefined symbols (usually _main is one of them) Yes, I did have the .h file and .data file in the same directory. Many Thanks -Prasad (fed!pkd or pkd@fed.frb.gov)