home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / lisp / 3215 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.4 KB  |  43 lines

  1. Newsgroups: comp.lang.lisp
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!news.cs.indiana.edu!umn.edu!everest!olivier
  3. From: olivier@everest.ee.umn.edu (Olivier Meirhaeghe)
  4. Subject: HELP with Installing Akcl/Kcl on sun 4/70
  5. Message-ID: <1993Jan9.003231.3107@news2.cis.umn.edu>
  6. Sender: news@news2.cis.umn.edu (Usenet News Administration)
  7. Nntp-Posting-Host: everest.ee.umn.edu
  8. Organization: University of Minnesota, Minneapolis, EE dept.
  9. Date: Sat, 9 Jan 1993 00:32:31 GMT
  10. Lines: 31
  11.  
  12.  
  13.     HI
  14.  
  15.     I am trying to install akcl here on our Suns , So i follow the
  16.     compilation directive , change the values in the sun4.defs and
  17.     launch the make. Apparently , at the very end of the "make" 
  18.     ()( probably when it tries to compile itself ..the start of the
  19.     second pass ) , i get :
  20.  
  21.  
  22.     make[2]: Nothing to be done for `all'.
  23. (cd lsp; make all)
  24.  
  25. Unrecoverable error: Segmentation violation..
  26. ../xbin/if-exists: 25437 Abort - core dumped
  27. cc  -DVOL=  -I/usr/local/akcl/o -temp=. -pipe -O -c   -I../h evalmacros.c
  28. cpp: evalmacros.c: No such file or directory
  29. Compilation failed
  30. make[2]: *** [evalmacros.o] Error 2
  31. make[1]: *** [all] Error 1
  32. make: *** [all] Error 1
  33.  
  34.  
  35.     Which comes from the fact that the newly generated "kcl" does not
  36.     execute ( but exits with a segmentation violation )
  37.  
  38.     Does anybody have any idea or suggestion ? I have been trhough the
  39.     makefile ten times..I dont know why this doesnot work
  40.  
  41. O
  42.  
  43.