home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / utils / bug / 2491 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  2.0 KB

  1. Path: sparky!uunet!stanford.edu!agate!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!lemming.webo.dg.com!pds
  2. From: pds@lemming.webo.dg.com (Paul D. Smith)
  3. Newsgroups: gnu.utils.bug
  4. Subject: Building make-3.63 on DG/UX systems
  5. Date: 26 Jan 1993 22:15:45 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 43
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gnu-utils@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <9301261839.AA12734@lemming.webo.dg.com>
  12.  
  13. [] Regarding none;
  14. [] Paul M Reilly -- Personal Account <pmr@rock.concert.net> writes:
  15.  
  16.     pmr> 1) job.c failed to compile:
  17.  
  18. Argh.  I think Roland is working on a quickie-followup to 3.63 as the
  19. official release slipped by me (as the DG/UX beta-tester) before I
  20. could test it (plus there seems to be other bugs).
  21.  
  22. job.c won't compile on any DG/UX system as it stands; Paul Reilly's
  23. fix isn't quite correct, although it's in the right direction.
  24.  
  25. For the time being, the quick-fix is one of these (the real fix will
  26. be in the next release which hopefully will be out soon enough that I
  27. don't need to post it here :):
  28.  
  29. a)  Edit config.h and remove the line:
  30.  
  31.         #define HAVE_UNION_WAIT
  32.  
  33.     Either comment it out or change it to #undef (or both :).  Note
  34.     that each time you re-run the configure script you'll have to redo
  35.     this fix.
  36.  
  37. b)  Edit job.c and change the line:
  38.  
  39.         #ifndef HAVE_UNION_WAIT
  40.  
  41.     to say:
  42.  
  43.         #if !defined(HAVE_UNION_WAIT) || defined(DGUX)
  44.  
  45. Should then work OK.  If you have other problems please let me know.
  46.  
  47.                                                                 paul
  48. -----
  49.  ------------------------------------------------------------------
  50. | Paul D. Smith                          |    paul_smith@dg.com    |
  51. | Data General Corp.                     | pds@lemming.webo.dg.com |
  52. | Network Systems Development Division   |                         |
  53. | Open Network Systems Development       |   "Pretty Damn S..."    |
  54.  ------------------------------------------------------------------
  55.  
  56.