From: "Osah" Newsgroups: comp.os.msdos.djgpp Subject: Re: Gpp compiler Date: Mon, 17 Apr 2000 14:58:03 +0200 Organization: Usenet provided by sunrise communications ag Lines: 50 Message-ID: <8df1m9$q93$1@news1.sunrise.ch> References: <8d4naf$f9m$1 AT news1 DOT sunrise DOT ch> <8deq5e$gqt$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> NNTP-Posting-Host: 194.230.190.27 X-Trace: news1.sunrise.ch 955976201 26915 194.230.190.27 (17 Apr 2000 12:56:41 GMT) X-Complaints-To: usenet AT sunrise DOT ch NNTP-Posting-Date: 17 Apr 2000 12:56:41 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com First command line statement i entered: gcc bfcomp.cpp -v -o bfcomp.exe -lstdcxx Output + Error Message received: c:/txg/progra~1/games/djgpp/lib/gcc-lib/djgpp/2.81/cpp.exe -lang-c++ -v -und ef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=8 -Dunix -Di386 -DG O32 -DMSDOS -DDJGPP=2 -DDJGPP_MINOR=2 -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS __ - D__DJGPP__=2 -D__DJGPP_MINOR__=2 -D__unix -D__i386 -D__GO32 -D__MSDOS -D__DJ GPP= 2 -D__DJGPP_MINOR=2 -D__EXCEPTIONS bfcomp.cpp c:/txg/progra~1/games/djgpp/tmp\cc aylenh GNU CPP version 2.8.1 (80386, BSD syntax) #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) In file included from c:/txg/progra~1/games/djgpp/lang/cxx/vector:32, from bfcomp.cpp:3: c:/txg/progra~1/games/djgpp/lang/cxx/stl_construct.h:34: new.h: No such file or directory (ENOENT) Second command entered: gpp -v -c bfcomp.cpp Output + Error message: Identical to one received above I tried it with gcc and got the same results.... :-| Cable_TXG