X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com From: "BBelden" To: References: <229326 DOT 67310 DOT qm AT web30005 DOT mail DOT mud DOT yahoo DOT com> <200711050321 DOT lA53L701009794 AT envy DOT delorie DOT com> Subject: RE: gcc problem , need help with djgpp Date: Mon, 5 Nov 2007 09:23:09 -0500 Message-ID: <000f01c81fb7$6448d4b0$2102a8c0@telecobbelden> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcgfXC6jC+j/P9UtRiGitbVRUk6hsAAWxDYg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 In-Reply-To: <200711050321.lA53L701009794@envy.delorie.com> Reply-To: djgpp AT delorie 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 Maybe his "c:\Cprograms" his directory has too many characters? -----Original Message----- From: DJ Delorie [mailto:dj AT delorie DOT com] Sent: Sunday, November 04, 2007 10:21 PM To: djgpp AT delorie DOT com Subject: Re: gcc problem , need help with djgpp 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?