Message-ID: <19990505122226.48366.qmail@hotmail.com> X-Originating-IP: [194.185.143.115] From: "Daniele Coppoletta" To: djgpp AT delorie DOT com Date: Wed, 05 May 1999 05:22:25 PDT Mime-Version: 1.0 Content-type: text/plain; format=flowed; Reply-To: djgpp AT delorie DOT com I've made a very simple c++ program like this #include int main() { cout << "Hallo World!" << endl; } then i compiled it with the command gxx -o filename.exe exename.cc but the system told me: In file included from filename.cc c:/djgpp/lang/cxx/iostream.h:31: streambuf: no such file or directory (ENOENT) What's the trouble ? Here's my autoecex.bat ---------------------------- mode con codepage prepare=((850) C:\WINDOWS\COMMAND\ega.cpi) mode con codepage select=850 keyb it,,C:\WINDOWS\COMMAND\keyboard.sys PATH C:\ORAWIN95\BIN set DJGPP=C:\DJGPP\DJGPP.ENV set PATH=C:\DJGPP\BIN;%PATH% -------------------------------- Here's my Config --------------------------------- device=C:\WINDOWS\COMMAND\display.sys con=(ega,,1) Country=039,850,C:\WINDOWS\COMMAND\country.sys ---------------------------------- Heres My Settings --------------------------------- COMPUTERNAME=ORACLEWEB ComSpec=D:\WINNT\system32\cmd.exe DJGPP=C:\DJGPP\DJGPP.ENV HOMEDRIVE=D: HOMEPATH=\ LOGONSERVER=\\NTLAB NUMBER_OF_PROCESSORS=1 OS=Windows_NT Os2LibPath=D:\WINNT\system32\os2\dll; Path=C:\DJGPP\BIN;D:\WINNT\system32;D:\WINNT;D:\ORANT\BIN;C:\ORAWIN95\BIN PATHEXT=.COM;.EXE;.BAT;.CMD PROCESSOR_ARCHITECTURE=x86 PROCESSOR_IDENTIFIER=x86 Family 5 Model 4 Stepping 3, GenuineIntel PROCESSOR_LEVEL=5 PROCESSOR_REVISION=0403 PROMPT=$P$G SystemDrive=D: SystemRoot=D:\WINNT TEMP=D:\TEMP TMP=D:\TEMP USERDOMAIN=LABSIDI USERNAME=dcoppoletta USERPROFILE=D:\WINNT\Profiles\dcoppoletta.000 windir=D:\WINNT ----------------------------------- Please answer to dacop AT tin DOT it or at dcoppoletta AT hotmail DOT com ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com