From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: No new line at end of file? Date: 9 Sep 2002 13:26:09 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 24 Message-ID: References: <3d71a27d DOT 23705885 AT news DOT nzwide DOT ihug DOT co DOT nz> <3d794cbc DOT 170442372 AT news DOT concentric DOT net> <200209070110 DOT g871AiW02735 AT envy DOT delorie DOT com> <3d79560b DOT 172825941 AT news DOT concentric DOT net> <3d7c8e5a DOT 383880878 AT news DOT concentric DOT net> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Please don't top post. James Haley (haleyjd AT NOSPAM DOT hotmail DOT com) wrote: : The main reason I was confused is that SunOS gcc 2.95.3 doesn't seem : to care about the new line thing. So either that's older than the : version of gcc now shipping with DJGPP (somebody clue me in here :P), : or there's some other odd difference. I dunno. Yes and no. We have gcc 2.95. and gcc 3. (and might be several different numbers in each case). To know exactly you just take a peek at your favourite DJGPP mirror. But there was a lot of warnings that appeared after changing from gcc 2.95.x to 3.y, which ought to explain it. So remember this: use the same compiler version if you want to compare platforms. Right, MartinS