Message-ID: <003301c00a22$0dc739e0$d5616acb@tm.net.my> From: "ObiGuan Kenobi" To: "Eli Zaretskii" Cc: References: <001901c009c8$d8fde140$0439bcca AT tm DOT net DOT my> <9743-Sat19Aug2000213143+0300-eliz AT is DOT elta DOT co DOT il> Subject: Re: DJGPP on Windows ME Date: Sun, 20 Aug 2000 05:11:31 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: djgpp AT delorie DOT com > > DJGPP have problems renaming files on building stage. This is a an example > > of the output. > > > > C:\>gcc string.c -o string.exe > > rename of string.000 to string.exe failed. > > The error was: Invalid argument (EINVAL) > > Thanks for reporting this. > > Unfortunately, I don't have access to Windows/ME to debug this. > Please consider running the program stubify.exe (that's where the > message comes from) under a debugger and stepping into `rename' to see > what exactly fails there. Could you please tell me on the steps how to do this. I am not that familiar with debuggers. Tried to use GDB, but I have no idea how to specify to stop at rename.