home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / admin / 6064 < prev    next >
Encoding:
Internet Message Format  |  1992-11-06  |  1.5 KB

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!rock!stanford.edu!agate!doc.ic.ac.uk!uknet!mcsun!Germany.EU.net!news.netmbx.de!mailgzrz.TU-Berlin.DE!math.fu-berlin.de!informatik.tu-muenchen.de!LRZnews!fgb5.fgb.mw.tu-muenchen.de!dossi
  2. From: dossi@fgb5.fgb.mw.tu-muenchen.de (Curtis Colina)
  3. Newsgroups: comp.unix.admin
  4. Subject: X11R5 and DECNet
  5. Keywords: X11R5 mit DECNet X11 DEC
  6. Message-ID: <1992Nov5.204501.29236@news.lrz-muenchen.de>
  7. Date: 5 Nov 92 20:45:01 GMT
  8. Sender: news@news.lrz-muenchen.de (Mr. News)
  9. Organization: fgb.mw.tu-muenchen.de
  10. Lines: 42
  11.  
  12. Hi, the question is, was the X11R5 distrib. built with
  13. the option of DECNet (tm) ?
  14.  
  15. Because we had the same problem here, I asked one of the
  16. local X11-wizards and got the following:
  17.  
  18. insert the following into ultrix.cf ( marked with >>
  19. don't forget to remove them):
  20.  
  21. XCOMM platform:  $XConsortium: ultrix.cf,v 1.45 91/07/30 12:12:11 rws Exp $
  22.  
  23. #define OSName            Ultrix-32 4.2
  24. XCOMM operating system:  OSName
  25. #define OSMajorVersion    4
  26. #define OSMinorVersion    2
  27.  
  28. >>#define ConnectionFlags  -DTCPCONN -DUNIXCONN -DDNETCONN
  29. >>#define ExtraLibraries   -ldnet
  30.  
  31. #define HasPutenv YES
  32. #define HasSaberC YES
  33. #define HasShm YES
  34. #define LintLibFlag -o
  35. #define LintOpts -ax
  36. ...
  37.  
  38. after that goto the mit-root and do:
  39.  
  40. make Makefiles
  41. make Everything > log.Everything 2>&1&
  42.  
  43. and voila....
  44.  
  45. all you may have to do is to recompile *ALL* contribs....
  46.  
  47. good luck...
  48.  
  49. /dossi
  50.  
  51. P.S.: Thanks to stumpf@informatik.tu-muenchen.de
  52.       and        roell@informatik.tu-muenchen.de
  53.       for their advice concerning this problem.....
  54.