Message-Id: <199901112006.PAA08640@delorie.com> From: "Benjamin Downs" To: Subject: Problems with LFN's in dos - again ! Date: Mon, 11 Jan 1999 20:07:39 -0800 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1162 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Sorry to have to bring this subject up again, but I've got problems with djgpp under dos. I downloaded all the necessary files on 9.1.99 and I'm trying to compile a simple cout << program and I keep getting the error messsage : c:\djgpp\lang\cxx\iostream.h(31) error: streambuf.h no such file or directory I've read the FAQ user guide, trawled the user group archive and this subject seems to have been discussed to death. I've set LFN=n in the djgpp.env file but to no avail. I say I'm using dos, its actually the contents of c:\windows\commnd from a 95 machine cos' I aint got my copy of MSDOS 6.22 any more. The file listing at the prompt is still in 8.3 format though. output from set ---------------------- PROMPT=$P$G COMSPEC=C:\COMMAND.COM DJGPP=c:\djgpp\djgpp.env PATH=C:\DJGPP\BIN;C:\MOUSE CMDLINE=c:\djgpp\csdpmi4b\bin\cwsdpmi.exe -p contents of djgpp.env ------------------------------- # This an example of modified DJGPP.ENV for gcc-2.81. # If You are using it please copy it to You DJGPP # directory (where You unpacked distribution archives) # #= Don't edit this line unless you move djgpp.env outside #= of the djgpp installation directory. If you do move #= it, set DJDIR to the directory you installed DJGPP in. #= DJDIR=%:/>DJGPP% +USER=dosuser +TMPDIR=%DJDIR%/tmp +EMU387=%DJDIR%/bin/emu387.dxe +LFN=n [bison] BISON_HAIRY=%DJDIR%/lib/bison.hai BISON_SIMPLE=%DJDIR%/lib/bison.sim [cpp] CPLUS_INCLUDE_PATH=%/>;CPLUS_INCLUDE_PATH%%DJDIR%/contrib/grx23/include C_INCLUDE_PATH=%/>;C_INCLUDE_PATH%%DJDIR%/contrib/grx23/include [gcc] LIBRARY_PATH=%/>;LIBRARY_PATH%%DJDIR%/contrib/grx23/lib/dj2 [info] INFOPATH=%/>;INFOPATH%%DJDIR%/info;%DJDIR%/gnu/emacs/info INFO_COLORS=0x1f.0x31 [emacs] INFOPATH=%/>;INFOPATH%%DJDIR%/info;%DJDIR%/gnu/emacs/info [less] LESSBINFMT=*k<%X> LESSCHARDEF=8bcccbcc12bc5b95.b127.b LESS=%LESS% -h5$y5$Dd2.0$Du14.0$Ds4.7$Dk9.0$ [locate] +LOCATE_PATH=%DJDIR%/lib/locatedb.dat [ls] +LS_COLORS=no=00:fi=00:di=36:lb=37;07:cd=40;33;01:ex=32:*.cmd=32:*.tar=01;31 :*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=0 1;31:*.gz=01;31:*.deb=01;31:*.jpg=01;34:*.gif=01;34:*.bmp=01;34:*.ppm=01;34: *.tga=01;34:*.xbm=01;34:*.xpm=01;34:*.tif=01;34:*.mpg=01;37:*.avi=01;37:*.gl =01;37:*.dl=01;37:*~=08:*.bak=08: [dir] +LS_COLORS=no=00:fi=00:di=36:lb=37;07:cd=40;33;01:ex=32:*.cmd=32:*.tar=01;31 :*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=0 1;31:*.gz=01;31:*.deb=01;31:*.jpg=01;34:*.gif=01;34:*.bmp=01;34:*.ppm=01;34: *.tga=01;34:*.xbm=01;34:*.xpm=01;34:*.tif=01;34:*.mpg=01;37:*.avi=01;37:*.gl =01;37:*.dl=01;37:*~=08:*.bak=08: [vdir] +LS_COLORS=no=00:fi=00:di=36:lb=37;07:cd=40;33;01:ex=32:*.cmd=32:*.tar=01;31 :*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=0 1;31:*.gz=01;31:*.deb=01;31:*.jpg=01;34:*.gif=01;34:*.bmp=01;34:*.ppm=01;34: *.tga=01;34:*.xbm=01;34:*.xpm=01;34:*.tif=01;34:*.mpg=01;37:*.avi=01;37:*.gl =01;37:*.dl=01;37:*~=08:*.bak=08: [rhide] RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx Any input is appreciated. ben DOT downs AT dial DOT pipex DOT com