Date: Tue, 15 May 2001 13:15:17 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: graeme leeson cc: djgpp AT delorie DOT com Subject: Re: Help 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 Tue, 15 May 2001, graeme leeson wrote: > I am using RHIDE on windows ME. > > I compile my first program (hello world) as asked by my manual. This > compiles fine and hello.0 is created from Hello.cpp.When I try to link, the > message I get is Error: invalid argument . > > What should I do?? Exit RHIDE, type "set LFN=y" (without the quotes) from a DOS Box's command line, then type "rhide" again, and try linking again. The problem should now be gone. If you want this setting to be permanent, add "set LFN=y" to the environment in the same way as you did with the DJGPP environment variable when you installed DJGPP.