Date: Thu, 18 Dec 1997 17:19:23 -0800 (PST) Message-Id: <199712190119.RAA12081@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: richard DOT m DOT clark AT luton DOT ac DOT uk, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Cannot get DJGPP to work Cc: osei DOT adjei AT luton DOT ac DOT uk Precedence: bulk At 11:49 12/18/1997 GMT, Richard M. Clark wrote: >set PATH=C:\DJGPP\NIN;%path% >set DJGPP=c\|DJGPP\DJGPP.ENV Are these typos? They should have been added to autoexec.bat, and they should read: set PATH=C:\DJGPP\BIN;%path% set DJGPP=C:\DJGPP\DJGPP.ENV > >The compiler works for 'C' programs (stream.h etc) but not for C++ >(iostream.h) and it says that is doesn't know what iostream.h is (we >even downloaded the C++ support library for DJGPP and installed that >too .... but to no effect First of all, make sure you have read the README.1ST file as it describes a solution to a problem similar to what you describe. If that fails, please post the following: * Source code (as short as possible) that doesn't work * Command line used to compile * Output of failed compiler run, with `-v' option * Contents of environment (output of SET) * Contents of AUTOEXEC.BAT and CONFIG.SYS Also, John Aldrich has written a program called DJVERIFY which could help diagnose your problem. E-mail him and ask for it. HTH Nate Eldredge eldredge AT ap DOT net