From: Ian Miller Newsgroups: comp.os.msdos.djgpp Subject: Re: ...and now problem when trying to recompile libm.a ! Date: 30 Jun 1998 12:02:51 +0100 Organization: Defence Evaluation & Research Agency Lines: 35 Message-ID: <87k95zb19g.fsf@hasn.dera.gov.uk> References: NNTP-Posting-Host: 146.80.115.106 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Eli Zaretskii writes: > Please try the following patch (after reverting sed1v2.inp to its > previous shape) and tell me if it works for you. > > *** src/unexec.c~0 Fri Jul 19 22:46:02 1996 > --- src/unexec.c Sun Jun 28 13:59:42 1998 > *************** long lnnoptr; /* Pointer to line-numbe > *** 245,250 **** > --- 245,252 ---- > static long text_scnptr; > static long data_scnptr; > > + static long coff_offset; > + > #else /* not COFF */ > > #ifdef HPUX etc... Thankyou Eli, this patch worked fine. Or at least it did once I removed the " long lnnoptr; /* Pointer to line-numbe" bit from the line "*************** long lnnoptr; /* Pointer to line-numbe" My copy of patch doesn't understand the lines like that in your patch. I'm running a version released a few months ago and I think there may have been a new one since. Should I upgrade or is there something wrong with you patch? Regards, Ian -- Ian Miller, Dorset, UK DJGPP 2.01, Win95 DOS box (LFN undefined, FNCASE=y) The views expressed above are those of the writer and do not represent the views, policy, or understanding of any other person or official body.