delorie.com/archives/browse.cgi | search |
From: | Hans-Bernhard Broeker <broeker AT physik DOT rwth-aachen DOT de> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Gpp compiler |
Date: | 17 Apr 2000 17:13:35 GMT |
Organization: | Aachen University of Technology (RWTH) |
Lines: | 32 |
Message-ID: | <8dfgnv$sqr$1@nets3.rz.RWTH-Aachen.DE> |
References: | <8d4naf$f9m$1 AT news1 DOT sunrise DOT ch> <8deq5e$gqt$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <8df1m9$q93$1 AT news1 DOT sunrise DOT ch> |
NNTP-Posting-Host: | acp3bf.physik.rwth-aachen.de |
X-Trace: | nets3.rz.RWTH-Aachen.DE 955991615 29531 137.226.32.75 (17 Apr 2000 17:13:35 GMT) |
X-Complaints-To: | abuse AT rwth-aachen DOT de |
NNTP-Posting-Date: | 17 Apr 2000 17:13:35 GMT |
Originator: | broeker@ |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Osah <osah AT geneva-link DOT ch> wrote: > First command line statement i entered: > gcc bfcomp.cpp -v -o bfcomp.exe -lstdcxx > Output + Error Message received: [...] > #include "..." search starts here: > #include <...> search starts here: > c:/txg/progra~1/games/djgpp/lang/cxx > c:/txg/progra~1/games/djgpp/include > c:/txg/progra~1/games/djgpp/lang/cxx > c:/txg/progra~1/games/djgpp/lib/gcc-lib/djgpp/2.81/include > c:/txg/progra~1/games/djgpp/include > End of search list. > In file included from c:/txg/progra~1/games/djgpp/lang/cxx/vector:30, > from bfcomp.cpp:3: > c:/txg/progra~1/games/djgpp/lang/cxx/stlalgobase.h:52: new.h: No such file > or di > rectory (ENOENT) Now, that error message is quite different from the one you talked about before. This one looks like a problem with the C++ headers. The C++ header <new.h> is missing. With the compiler version you're using, it should be in the .../djgpp/lib/gcc-lib/djgpp/2.81/include directory. Please check if it's there. This may be a case of version mixup or a similar installation problem. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |