home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / softsys / khoros / 3157 < prev    next >
Encoding:
Text File  |  1992-12-30  |  2.4 KB  |  51 lines

  1. Newsgroups: comp.soft-sys.khoros
  2. Path: sparky!uunet!gatech!darwin.sura.net!ukma!news
  3. From: justin@hp750.ccs.uky.edu (Justin Sullivan)
  4. Subject: Compile problem
  5. Nntp-Posting-Host: hp750.ccs.uky.edu
  6. Message-ID: <1992Dec30.191729.6797@ms.uky.edu>
  7. Organization: University Of Kentucky, Dept. of Math Sciences
  8. Sender: news@ms.uky.edu (USENET News System)
  9. Date: Wed, 30 Dec 1992 19:17:29 GMT
  10. Lines: 39
  11.  
  12. Surprise! I can ALMOST compile Khoros, but I have a problem.. It could
  13. be a minor configuration problem, but everything in the configuration
  14. is so convoluted, I don't know where to begin.. 
  15. The configuration is an HP 9000/750 running HP-UX 8.07. I have followed
  16. the special instructions in the Khoros FAQ for installing on an HP to
  17. the letter. 
  18.  
  19. Everything goes along JUST FINE until it gets to here:
  20.  
  21. install in ./vipl/Lib done
  22. installing in ./vipl/arith_binary...
  23. installing in ./vipl/arith_binary/vabsdiff...
  24.     cc +O1   -I/usr/local/khoros/include  -I/usr/include/X11R4  -s -Wp,-H512000 -DSYSV -DVFORK      -DREDEFFORTRAN -DWAIT3      -c vabsdiff.c
  25. Directory/: Make: Cannot open.  Stop.
  26. installing in ./vipl/arith_binary/vadd...
  27.     cc +O1   -I/usr/local/khoros/include  -I/usr/include/X11R4  -s -Wp,-H512000 -DSYSV -DVFORK      -DREDEFFORTRAN -DWAIT3   -c vadd.c
  28. Directory/: Make: Cannot open.  Stop.
  29. installing in ./vipl/arith_binary/vblend...
  30.     cc +O1   -I/usr/local/khoros/include  -I/usr/include/X11R4  -s -Wp,-H512000 -DSYSV -DVFORK      -DREDEFFORTRAN -DWAIT3      -c vblend.c
  31. Directory/: Make: Cannot open.  Stop.
  32. installing in ./vipl/arith_binary/vdiv...
  33.     cc +O1   -I/usr/local/khoros/include  -I/usr/include/X11R4  -s -Wp,-H512000 -DSYSV -DVFORK      -DREDEFFORTRAN -DWAIT3      -c vdiv.c
  34. Directory/: Make: Cannot open.  Stop.
  35. installing in ./vipl/arith_binary/vmul...
  36.     cc +O1   -I/usr/local/khoros/include  -I/usr/include/X11R4  -s -Wp,-H512000 -DSYSV -DVFORK      -DREDEFFORTRAN -DWAIT3      -c vmul.c
  37. Directory/: Make: Cannot open.  Stop.
  38. installing in ./vipl/arith_binary/vsub...
  39.     cc +O1   -I/usr/local/khoros/include  -I/usr/include/X11R4  -s -Wp,-H512000 -DSYSV -DVFORK      -DREDEFFORTRAN -DWAIT3      -c vsub.c
  40. Directory/: Make: Cannot open.  Stop.
  41. *** Error code 1
  42.  
  43. 'install' not remade because of errors
  44.  
  45. It does this for awhile, then stops and everything else seems to work, but
  46. unless I'm just overlooking something, then I can't find any actual programs
  47. to run..
  48.  
  49. Any and all help is appreciated.
  50.  
  51.