Mail Archives: djgpp/1997/05/01/20:41:51
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 <filename>
(where <filename> is the name of your program) would help people
troubleshoot the problem better.
--
George Foot <mert0407 AT sable DOT ox DOT ac DOT uk>
Merton College, Oxford
- Raw text -