home *** CD-ROM | disk | FTP | other *** search
- 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
- From: pds@lemming.webo.dg.com (Paul D. Smith)
- Newsgroups: gnu.utils.bug
- Subject: Building make-3.63 on DG/UX systems
- Date: 26 Jan 1993 22:15:45 -0500
- Organization: GNUs Not Usenet
- Lines: 43
- Sender: daemon@cis.ohio-state.edu
- Approved: bug-gnu-utils@prep.ai.mit.edu
- Distribution: gnu
- Message-ID: <9301261839.AA12734@lemming.webo.dg.com>
-
- [] Regarding none;
- [] Paul M Reilly -- Personal Account <pmr@rock.concert.net> writes:
-
- pmr> 1) job.c failed to compile:
-
- Argh. I think Roland is working on a quickie-followup to 3.63 as the
- official release slipped by me (as the DG/UX beta-tester) before I
- could test it (plus there seems to be other bugs).
-
- job.c won't compile on any DG/UX system as it stands; Paul Reilly's
- fix isn't quite correct, although it's in the right direction.
-
- For the time being, the quick-fix is one of these (the real fix will
- be in the next release which hopefully will be out soon enough that I
- don't need to post it here :):
-
- a) Edit config.h and remove the line:
-
- #define HAVE_UNION_WAIT
-
- Either comment it out or change it to #undef (or both :). Note
- that each time you re-run the configure script you'll have to redo
- this fix.
-
- b) Edit job.c and change the line:
-
- #ifndef HAVE_UNION_WAIT
-
- to say:
-
- #if !defined(HAVE_UNION_WAIT) || defined(DGUX)
-
- Should then work OK. If you have other problems please let me know.
-
- paul
- -----
- ------------------------------------------------------------------
- | Paul D. Smith | paul_smith@dg.com |
- | Data General Corp. | pds@lemming.webo.dg.com |
- | Network Systems Development Division | |
- | Open Network Systems Development | "Pretty Damn S..." |
- ------------------------------------------------------------------
-
-