Xref: news-dnh.mv.net comp.os.msdos.djgpp:1600 Path: news-dnh.mv.net!mv!news.sprintlink.net!in2.uu.net!europa.chnt.gtegsc.com!cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!oitnews.harvard.edu!news.sesqui.net!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Strange probs when moving from v1 to v2 Date: Wed, 16 Aug 1995 13:38:28 CDT Organization: Rice University, Houston, Texas Lines: 8 References: <40sijr$voi AT fileserv DOT aber DOT ac DOT uk> Reply-To: sandmann AT clio DOT rice DOT edu Nntp-Posting-Host: clio.rice.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp > v2 beta ... one very interesting (and frustrating problem). > parse error line x before character 032 This is due to a bug in the beta 1 libc, which didn't like CTRL-Z characters as the end of file. This is fixed in the libc of beta 2, but most of the binaries didn't get rebuilt so the bug is still seen in any .exe file older then the libc.a file. Workaround: remove the ^Z's (they don't need to be there) or rebuild GCC and all the utils.