From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: URGENT: Help need with DOS Date: Tue, 25 Feb 2003 18:56:35 +1100 Organization: ECLiPSE Lines: 24 Message-ID: References: NNTP-Posting-Host: p471-tnt3.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1046159799 22830 203.173.133.217 (25 Feb 2003 07:56:39 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Tue, 25 Feb 2003 07:56:39 +0000 (UTC) X-Newsreader: Forte Agent 1.92/32.572 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >I tried to install newest version of DJGPP to my computer >which has Windows 98 Command Prompt for operating system. >It means that it works on Windows 98 System Disk. > >I've got a problem with DJGPP on that system. System can >handle only files which names are from 8+3 form, and can't >handle any files that has name longer than eigth chars. How have you come to this conclusion as it is wrong. >So, when I compile my program from RHIDE, copiler respond: >(ENOENT) Couldn't find file ... Going back to basics can you manually compile a hello world program as indicated in the reafme.1st file? This checks to see that you have GCC setup. If this works then you may have setup Rhide incorrectly. Make sure you are using Rhide 1.5.0. >How can I solve this? Make sure you use an unzip that supports LFN. If you didn't then start the install process again using an unzip program that supports LFN. Andrew