Xref: utzoo comp.sys.next:1670 comp.sources.wanted:6679 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!sun!pitstop!sundc!seismo!uunet!portal!cup.portal.com!chari From: chari@cup.portal.com (Christopher Michael Whatley) Newsgroups: comp.sys.next,comp.sources.wanted Subject: Re: Patch 2.0 query Message-ID: <15751@cup.portal.com> Date: 13 Mar 89 00:10:48 GMT References: <18075@vax5.CIT.CORNELL.EDU> Distribution: na Organization: The Portal System (TM) Lines: 13 The problem with the configure patch has to do with gnu cpp (gpp?). Configure expects this: #define XYZ xyz #define ABC abc ABC.XYZ To come out as "abc.xyz" from cpp while gnu's cpp outputs "abc. xyz" (or "abc .xyz", I can't remeber. So, just alter configure to accept the above. Afterwords, patch should configure fine. If you get rn or anything else by him, you will have to do the same thing. Chris