Date: Wed, 13 Jun 2001 18:47:39 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: D W cc: djgpp AT delorie DOT com Subject: Re: Error: Turning xxx.000 files to xxx.exe In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 13 Jun 2001, D W wrote: > When I attempt to trun my compiled hello.o file into a hello.exe file at the > dos prompt, I recieve a hello.000 file in return end the following message: > C:\DJGPP\BIN>gcc -o hello.exe hello.o > rename of hello.000 to hello.exe failed. > The error was:Invalid argument (EINVAL) On what OS? If this is Windows ME, set LFN=y in the environment and the problem should go away. If this is Windows 2000, there's currently no work-around, sorry.