From: mert0407 AT sable DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: C++ files Date: 1 May 1997 23:46:01 GMT Organization: Oxford University, England Lines: 27 Message-ID: <5kb9vp$lv6@news.ox.ac.uk> References: <5kb5np$a19$1 AT newserve DOT gulftel DOT com> NNTP-Posting-Host: sable.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk RobertL.Mackey wrote: : Hi. I downloaded the C++ files for djgpp, djdevNNN.zip and bnu2721b.zip : (maybe not the exact names) and unzipped the files with the -d option. : I cannot find the C++ include files like iostream.h anywhere. I think I : saw somewhere I need to make some files. How do I do this? Thanks. I : would appreciate it if you did not tell me to check the FAQ or readme : file. Believe me, I have. Thanks in advance for all the help I will get. If you downloaded the C++ files, you should also have gpp2721b.zip and lgp271b.zip. One of these (lgp I think) contains the include files; they are in a directory $(DJDIR)/lang/cxx/include/ IIRC. The compiler should know where to look for them, if you name your programs .cc, .cpp or .C. If the compiler isn't finding the files, try compiling a simple program #including a standard C header, say stdio.h, and if it fails you have an environment problem. In any case, posting the result of: redir -o output.txt -eo gcc -v (where is the name of your program) would help people troubleshoot the problem better. -- George Foot Merton College, Oxford