Mail Archives: djgpp/1997/05/02/13:11:16
Robert, L., Mackey, Jr. 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.
>
> David Mackey
To compile C++ codes , you need to download the C++ related files
'gppxxxx.zip' (for compiling) and 'lgpxxxx.zip' (for the libraries and
include files). Unzip these files with the -d option. The file
'iostream.h' should be in the djgpp/lang/cxx/include directory (or
something like that ...).
PS: The two files 'djdevxxx.zip' and 'bnuxxxxb.zip' are not sufficient
for compiling codes. You need also the file 'gccxxxx.zip' which contains
the executables for compiling and preprocessing.
--
Michael Goffioul
EMIC - UCL
Batiment Maxwell
Place du Levant, 3
B-1348 Louvain-la-Neuve
Belgium
Tel.: +32 10 47 23 15
Fax.: +32 10 47 87 05
- Raw text -