From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: -lstdcx.. Date: Sun, 5 Dec 1999 13:08:24 +0200 Organization: NetVision Israel Lines: 12 Message-ID: References: NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 944392010 13725 199.203.121.2 (5 Dec 1999 11:06:50 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 5 Dec 1999 11:06:50 GMT X-Sender: eliz AT is In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 1 Dec 1999, Damian Yerrick wrote: > > As for the real problem, make sure you didn't put > > any extra blanks when you edited DJGPP.ENV. > > Would the CR in a CRLF be considered a blank? No. I meant blanks literally, not as a synonym to whitespace. The DJGPP startup code treats CRs and LFs the same, as you can see in the library sources.