Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!vrdxhq!bdmrrr!shprentz From: shprentz@bdmrrr.UUCP (Joel Shprentz) Newsgroups: news.software.b Subject: Re: 2.11 patch #2 problems? Message-ID: <810@bdmrrr.UUCP> Date: Sun, 21-Dec-86 10:08:54 EST Article-I.D.: bdmrrr.810 Posted: Sun Dec 21 10:08:54 1986 Date-Received: Sun, 21-Dec-86 22:36:00 EST References: <10710@sun.uucp> <585@mit-amt.MEDIA.MIT.EDU> Organization: BDM Corporation, McLean, Virginia Lines: 35 Summary: Possible solution In article <10710@sun.uucp>, shannon@sun.uucp (Bill Shannon) writes: > I installed patch #2 without any errors from patch, but when I > try to build news, I get errors trying to build checknews - > "header" and "line" are undefined. Anyone else have this problem? I had the same problem. In article <585@mit-amt.MEDIA.MIT.EDU>, holtzman@mit-amt.MEDIA.MIT.EDU (Henry N. Holtzman) writes: > Did you really customize a localize.sh, and let it re-build the > Makefile, or did you just put in a null localize.sh and edit the > Makefile and defs.h by hand? I have a customized localize.sh. After I installed patch #2, I typed "make". The first things made were Makefile and defs.h. The compilation and linking continued until the error: cc checknews.o process.o cpathinit.o -o checknews Undefined: _header _line The problem was that make was using the commands in the old make file, not the new one. I typed "make clean" and then "make" again. This time make used the new makefile. Checknews linked fine with the revised command: cc checknews.o process.o cpathinit.o rextern.o -o checknews My recommendation: After installing the patch, type "make Makefile" to make the new makefile. Then type "make" to recompile everything else. -- Joel Shprentz Phone: (703) 848-7305 BDM Corporation Uucp: {seismo,vrdxhq}!bdmrrr!shprentz 7915 Jones Branch Drive McLean, Virginia 22102