From: DELCO J Newsgroups: comp.os.msdos.djgpp Subject: Help with setup Date: Sun, 9 Nov 1997 16:18:07 -0500 Organization: The University at Albany Lines: 67 Message-ID: NNTP-Posting-Host: eve.albany.edu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello, Am having a bit of trouble with installing the dgjpp 32 bit protected mode compiler on my computer. I have followed the instructions, and when I try to compile a simple program, I get an error message saying that 'cout' isn't defined. I'm using #include , and cout <<" string";. The iostream.h file was installed to the c:\djgpp\lang\cxx directory. As per the djgpp faq, I have included the contents of my environ.lst, autoexec.bat and config.sys. **ENVIRON.LST*** TMP=C:\WINDOWS\TEMP winbootdir=C:\WINDOWS COMSPEC=C:\WINDOWS\COMMAND.COM WINPMT=$P$G DIRCMD=/O TEMP=C:\PBTOOLS\WINTEMP PROMPT=[WINDOWS] $P$G GALAXY=A220 I5 D1 K10 P530 T6 SOUND=C:\SOUND144 PATH=C:\DJGPP\BIN;C:\DJGPP\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\ DJGPP=C:\DJGPP\DJGPP.ENV windir=C:\WINDOWS BLASTER=A220 I5 D1 ***AUTOEXEC.BAT***** @ECHO OFF C:\SOUND144\UTILITY\AZCAL.EXE PROMPT $P$G rem - By Windows Setup - LH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MSCD0001 /M:20 /S SET DIRCMD=/O SET TEMP=C:\PBTOOLS\WINTEMP SET WINPMT=[WINDOWS] $P$G SET BLASTER=A220 I5 D1 T4 SET GALAXY=A220 I5 D1 K10 P530 T6 SET SOUND=C:\SOUND144 REM REM REM rem Added by Djgpp ---------- set PATH=C:\DJGPP\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\djgpp\include;c:\ set DJGPP=C:\DJGPP\DJGPP.ENV rem ---------- Added by Djgpp rem Added by Djgpp ---------- set PATH=C:\DJGPP\BIN;C:\DJGPP\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\ set DJGPP=C:\DJGPP\DJGPP.ENV rem ---------- Added by Djgpp ****CONFIG.SYS***** DEVICE=C:\WINDOWS\HIMEM.SYS DOS=HIGH,UMB DEVICE=C:\WINDOWS\EMM386.EXE NOEMS I=B000-B7FF FILESHIGH=30 BUFFERSHIGH=20 STACKSHIGH=0,0 FCBSHIGH=1 DEVICEHIGH=C:\WINDOWS\MOUSE.SYS DEVICEHIGH=C:\PBTOOLS\NEC_IDE.SYS /D:MSCD0001 Can anyone help? -Jay