Message-Id: <200008091610.MAA14428@delorie.com> Date: Wed, 09 Aug 2000 19:13:14 +0200 To: C-Jansen AT gmx DOT de X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" CC: djgpp AT delorie DOT com In-reply-to: <8mrqp6$76b4o$1@ID-16903.news.cis.dfn.de> (C-Jansen@gmx.de) Subject: Re: DJGPP neither running on ms-dos 6.2 nor on caldera-dos 7.03 References: <8mrqp6$76b4o$1 AT ID-16903 DOT news DOT cis DOT dfn DOT de> 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 > From: "Christian Jansen" > Newsgroups: comp.os.msdos.djgpp > Date: Wed, 9 Aug 2000 16:46:38 +0200 > > > Did you unzip the distribution on Windows? > > First I did with Winzip under Win98, and of course, it worked. > But I want to use DJGPP also on an old 486-Laptop with a 40MB-HDD, so > there's not enough space for Win98. > So I first copied as is on that Laptop, and after it didn't work, I set > +LFN=N, but it still didn't work. This is expected, because the short 8+3 aliases that are copied to the laptop have those pesky numeric tails. > And last but not least I copied the Zip-File on the Laptop and unzipped them > there (with PKunzip supporting LFN's) *Bad* idea: don't use PKUnzip with long file name support: it creates the files with numeric tails. Please use unzip32.exe which is available on the same site where you downloaded DJGPP. > I've had both versions, steamb~1.h and streambu.h; none of them worked. Sorry, I find this hard to believe: streambu.h works for me on a DOS machine. Please make sure you have streambu.h and try the compilation. If it still says that it doesn't find it, the problem is not with the name of this file, but with your general setup. See section 8.3 of the FAQ for some ideas. > As I discribed in the first answer, I want to run DJGPP on a Laptop that > only can run a little OS, such as MS-DOS or Caldera-DOS That's easy: just unzip everything with unzip32.exe, and it should work.