X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sun, 4 Nov 2007 22:21:07 -0500 Message-Id: <200711050321.lA53L701009794@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <229326.67310.qm@web30005.mail.mud.yahoo.com> (message from Daniel Oljaca on Sun, 4 Nov 2007 19:01:57 -0800 (PST)) Subject: Re: gcc problem , need help with djgpp References: <229326 DOT 67310 DOT qm AT web30005 DOT mail DOT mud DOT yahoo DOT com> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Since DJGPP produces DOS programs, it's often a good idea to try moving your projects to dos-safe path names, like "c:\programs" instead of "c:\Cprograms". Your $PATH is fine, else it wouldn't run gcc at all, nor would it find cc1. Question: Are you using 2.03 (current) or 2.04 (beta)? And which OS version are you using?