home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!destroyer!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!RPI.EDU!aultj
- From: aultj@RPI.EDU (James Ault)
- Newsgroups: comp.mail.mh
- Subject: Re: Help
- Message-ID: <32222.711987873@rpi.edu>
- Date: 24 Jul 92 14:24:33 GMT
- References: <9207231949.AA07937@ds11.tx.ncsu.edu>
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: world
- Organization: The Internet
- Lines: 42
-
- > I am trying to configure MH on an IBM RS6000 running AIX 1.3.
-
- > I get some error message about file not found, and correct usage is ...
- >
- > The file MH exists. I need to generate the make files from the
- > configuration file. Anybody know why mhconfig is not working for me?
-
- There are a bunch of patches for AIX 3.1 on IBM RS6000s.
-
- Which version of MH are you using? MH 6.7.2 should have most of the
- patches for AIX 3.1 incorporated already. You can get version 6.7.2
- from ics.uci.edu, as well as other places.
-
- I believe the only patch missing from 6.7.2 is this one:
-
- ------------------------Cut here-----------------------------------------
-
- *** ./conf/mhconfig.c Sat Apr 13 15:12:02 1991
- --- ./conf/mhconfig.c- Sat Apr 13 15:10:56 1991
- ***************
- *** 560,566 ****
- }
- break;
- }
- ! if ((config = *vec++) == NULL && *vec != NULL)
- adios (NULLCP, "usage: %s file", myname);
-
- if ((fp = fopen (config, "r")) == NULL)
- --- 560,566 ----
- }
- break;
- }
- ! if ((config = *vec++) == NULL || *vec != NULL)
- adios (NULLCP, "usage: %s file", myname);
-
- if ((fp = fopen (config, "r")) == NULL)
-
- ------------------------Cut here-----------------------------------------
-
- This should fix your mhconfig problem.
-
- Jim Ault, ITS Systems Programmer, aultj@rpi.edu <><
-