home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / bsd / 4309 < prev    next >
Encoding:
Text File  |  1992-08-17  |  974 b   |  28 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!usc!sdd.hp.com!ux1.cso.uiuc.edu!news.iastate.edu!musik
  3. From: musik@iastate.edu ()
  4. Subject: Has anyone gotten tvtwm to run in 386bsd?
  5. Message-ID: <1992Aug18.010808.21061@news.iastate.edu>
  6. Sender: news@news.iastate.edu (USENET News System)
  7. Organization: Iowa State University, Ames, IA
  8. Date: Tue, 18 Aug 1992 01:08:08 GMT
  9. Lines: 17
  10.  
  11. I've been working on compiling tvtwm to run with X386 on 386bsd.
  12. I kept getting:
  13.     underfined symbol _yylineno in gram.o and parse.o
  14.  
  15. I checked out gram.c and parse.c and found yylineno to be a simple,
  16. utterly straightforward, extern int.  There are DOZENS (if not more)
  17. of other extern int's that work just fine...  what's going on here?
  18.  
  19. I've tried recompiling with a different variable name... no worky.
  20. I also tried recompiling it as an int (non-extern), and it compiles,
  21. and appears to be working, but it won't read a system-twmrc or a
  22. .twmrc, etc, etc...
  23.  
  24. Help?
  25.  
  26. Damien Guay
  27. musik@iastate.edu
  28.