home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 7106 < prev    next >
Encoding:
Text File  |  1992-07-31  |  1.0 KB  |  32 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!snorkelwacker.mit.edu!bloom-picayune.mit.edu!daemon
  3. From: tree@midget.towson.edu (Denise Tree)
  4. Subject: Curses problem
  5. Message-ID: <1992Jul31.131656.9780@athena.mit.edu>
  6. Sender: daemon@athena.mit.edu (Mr Background)
  7. Reply-To: tree@midget.towson.edu (Denise Tree)
  8. Organization: The Internet
  9. Date: Fri, 31 Jul 1992 13:16:56 GMT
  10. Lines: 20
  11.  
  12.  
  13. Hi all,
  14.  
  15. When I try and compile a program using curses.h I only get a list of complaints 
  16. from gcc:
  17.            ded.o Undefined symbol _initscr referencd from text segment
  18.            ded.o Undefined symbol _stdscr referenced from text segment
  19.  
  20.                                (and so on).
  21. Of course, I have -lcurses and -ltermcap in my Makefile (last on line). MY program
  22. compiles just fine on my schools Ultrix system, but being a religeous Linux-
  23. oid, I only want to do everything on Treehouse. 
  24.  
  25. I am using gcc 2.2.2 (a?) with 0.96bpl2 kernel (from scsi dist) and termcap
  26. from 0.95 rootdisk.
  27.  
  28. Thanks all....
  29. .......................
  30. Denise
  31. tree@midget.towson.edu
  32.