From: "Jarek Kucypera" Newsgroups: comp.os.msdos.djgpp Subject: Re: problem with compiling gnu c++ Date: Mon, 25 Jan 1999 16:26:05 -0000 Organization: InsERT Lines: 31 Distribution: world Message-ID: <78i2fl$gce@gate-inet.insert.igo.wroc.pl> References: <001001be3a3d$ea873c60$8b85ec82 AT pckb DOT itn DOT liu DOT se> NNTP-Posting-Host: r1-inet.insert.igo.wroc.pl Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Kenneth Bjerner napisał(a) w wiadomości: <001001be3a3d$ea873c60$8b85ec82 AT pckb DOT itn DOT liu DOT se>... >Hi, > >I have tried to install for DOS on a PC using NT 4.0. I get the following >error message when I compile: streambuf.h: No such file or directory >(ENOENT). > >I have sat LFN=y in djgpp.env but that doesn't help. How can come around my >problems? If the problem comes from long files names under NT, here is what I know (or seem to know ...;): NT _does_not_ support long file names for DOS programs, as Win95/98 does.But there is a hope on http://www.goof.com/pcg/djgpp/ntlfn.html . There You can find a TSR, which run in DOS box under NT emulates WIN95/98 long file names for DOS programs. Unfortunately, using this may be a little difficult: it sometimes doesn't work, or sometimes makes my DJGPP crash (I haven' t tried to us it with other compilers/programs). So, if you're patient, it's possible to have those long names... But if You want comfort, the only way is to "downgrade" to Win95/98. J.K.