Date: Tue, 28 Jan 1997 11:57:28 +0200 (IST) From: Eli Zaretskii To: Linley Henzell cc: djgpp AT delorie DOT com Subject: Re: DJGPP vs Borland C++ In-Reply-To: <32EDA0EE.676F@olis.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 27 Jan 1997, Linley Henzell wrote: > help, but I finally managed to isolate my problem to a call to atoi. For > some reason, djgpp just doesn't seem to like my programs calling this > function. And I am using v2; is this one of its documented bugs? What's the bug? Can you post a short program that calls `atoi' and exhibits the bug? > few minor irritations, like the immense volume of warnings which djgpp > generates (even without -Wall), Errr, as opposed to what? Some other compiler? Then maybe some of those warnings tell you the cause for the bug? In my experience, any warning that appears without -Wall is real trouble, so you should never disregard them. > and the doubling of my .exe file from > ~150K to over 300K, but I can cope with that. Add -s switch to the gcc link command line, and you will get back to 150K or so.