home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / 3b1 / 4119 < prev    next >
Encoding:
Internet Message Format  |  1992-12-26  |  2.4 KB

  1. Path: sparky!uunet!spool.mu.edu!think.com!mintaka.lcs.mit.edu!ai-lab!hal.gnu.ai.mit.edu!scottc
  2. From: scottc@hal.gnu.ai.mit.edu (Scott A. Craig)
  3. Newsgroups: comp.sys.3b1
  4. Subject: Pcomm binaries?
  5. Date: 27 Dec 1992 00:32:05 GMT
  6. Organization: MIT Artificial Intelligence Lab
  7. Lines: 59
  8. Distribution: na
  9. Message-ID: <1hiti5INNq1b@life.ai.mit.edu>
  10. NNTP-Posting-Host: hal.gnu.ai.mit.edu
  11. Keywords: pcomm pcomm1.2.10 communications
  12.  
  13.  
  14.    After my system crashed I realized I didn't have all of my software
  15. backed up. I did have the source for pcomm1.2.4 on floppy.. but not
  16. the binary. I now remember how difficult it was to compile it on my system.
  17. I have the Curses/Terminfo End User package installed.. I think there
  18. was also a programmer's kit or something that I never had. Anyway...
  19. in the past when I was able to get pcomm compiled I had to borrow
  20. a friend's /usr/include/term.h file and I think a /usr/lib/libcurses.a
  21. file. The term.h I have what I believe to be the same one I used before
  22. from a friend on a floppy.. atleast it's something I didn't
  23. even have in my /usr/include directory after installed the development set.
  24. libcurses.a seems to be small. It could be another archive file
  25. that contains the routines I need. I tried compiled with OLDCURSES
  26. defined and not defined. I come up with errors either way.
  27. My last effort for tonight ended up with the following undefined
  28. symbols:
  29.  
  30. beep          chg_dir.o
  31. cur_term      curses.o
  32. wattron       curses.o
  33. wattrof       curses.o
  34. keypad        d_menu.o
  35. setupterm     main.o
  36. cbreak        main.o
  37. resetterm     n_shell.o
  38. fixterm       n_shell.o
  39. nodelay       x_win.o
  40.  
  41. Prior to that I tried OLDCURSES defined and had the following
  42. missing:
  43.  
  44. tputs      curses.o    (later found in libtermcap.a)
  45. tgetent    main.o
  46. tgetnum    main.o
  47. tgetstr    main.o
  48. tgoto      //usr/lib/libcurses.a   (later found in libtermcap.a)
  49. tgetflag   //usr/lib/libcurses.a
  50.  
  51.  
  52. Note: 3.51m kernel, 3.51 development set, Pcomm1.2.4
  53.  
  54. I notice that pcomm1.2.10 is the latest on archive.cis.ohio-state.edu.
  55. I also noticed that it was source code only in the .cpio file.
  56.  
  57. Could anyone tell me where I could get binaries for pcomm1.2.10???
  58. It would save a lot of time for myself.. and maybe others if a copy
  59. of the binaries were on archive.cis.ohio-state.edu along with
  60. the source code.
  61.  
  62. Oh yeah.. I doubt it would make any difference... but I was using the
  63. stock C compiler (cc). If I'm wrong, tell me.
  64.  
  65. scottc@gnu.ai.mit.edu
  66.  
  67. Scott Craig
  68. P.O. Box 160
  69. Port Ewen, NY 12466
  70.  
  71.  
  72.