Message-ID: <001901c009c8$d8fde140$0439bcca@tm.net.my> From: "ObiGuan Kenobi" To: Subject: DJGPP on Windows ME Date: Sat, 19 Aug 2000 18:32:56 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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 I had Win98SE with DJGPP installed on my machine. Until recently, I upgraded my OS to Windows ME (built 4.90.3000) and I have trouble compiling with DJGPP ever since. 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) I have to manually rename string.000 to string.exe using dos commands. Any help would be appreciated. Thanks.