home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0110.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  719 b   |  16 lines

  1. When we attempted to cfasl a file that used the curses package
  2. of screen control routines into Franz 38.40, we got the message
  3. _ospeed: /usr/libcurses.a (cr_tty.o) multiply defined.
  4. The apparent cause of this cryptic remark is that in lam9.c
  5. there is an extern variable ospeed. There are a number of
  6. tantalizing routines in this source file dealing with termcaps that
  7. are apparently not called by anyone. Are there plans for these
  8. routines? Does anyone use them (heaven forbid they should be
  9. documented!). Our current fix is to just change ospeed to ospiid
  10. which so far has had no dire effects, but I am interested in others
  11. experience. The curses stuff seems to work fine after this
  12. modification.
  13.             Mark Rosenstein
  14.  
  15.  
  16.