From: rqy1319 AT is4 DOT nyu DOT edu (Ryuji Yokoyama) Newsgroups: comp.os.msdos.djgpp Subject: Re: What did I miss ? Date: Thu, 09 Apr 1998 13:59:01 GMT Organization: New York University Lines: 41 Message-ID: <352cd371.749338@netnews.nyu.edu> References: <352bf5e7 DOT 1169240 AT netnews DOT nyu DOT edu> <352c1f8f DOT 2046925 AT netnews DOT nyu DOT edu> <352C23E3 DOT 1E14 AT cs DOT com> NNTP-Posting-Host: dial7-async06.dial.net.nyu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Wed, 08 Apr 1998 21:26:59 -0400, "John M. Aldrich" wrote: >Ryuji Yokoyama wrote: >> >> I got this file the result of "redir -o err.log -eo g++ -v prog.cpp" > >After doing this, there should be a file named 'a.out' in the current >directory. Is there? > >Try the following: "redir -o err.log -eo g++ -v prog.cpp -o prog.exe" I got folllowing "err.log" file but not a.exe. Using builtin specs. gcc version 2.8.0 c:/djgpp/lib/gcc-lib/djgpp/2.80/cpp.exe -lang-c++ -v -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=8 -Dunix -Di386 -DGO32 -DMSDOS -DDJGPP=2 -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__DJGPP__=2 -D__unix -D__i386 -D__GO32 -D__MSDOS -D__DJGPP=2 -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) -D__EXCEPTIONS -Di386 -Asystem(unix) -Acpu(i386) -Amachine(i386) -D__i386__ -Asystem(unix) -Acpu(i386) -Amachine(i386) prog.cpp c:/djgpp/tmp/ccaaaaaa.ii GNU CPP version 2.8.0 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: c:/djgpp/lang/cxx c:/djgpp/include c:/djgpp/lang/cxx c:/djgpp/lib/gcc-lib/djgpp/2.80/include c:/djgpp/include End of search list. c:/djgpp/lib/gcc-lib/djgpp/2.80/cc1plus.exe c:/djgpp/tmp/ccaaaaaa.ii -quiet -dumpbase prog.cc -version -o c:/djgpp/tmp/ccaaaaaa.s GNU C++ version 2.8.0 (djgpp) compiled by GNU C version 2.8.0. as -o c:/djgpp/tmp/ccaaaaaa1.o c:/djgpp/tmp/ccaaaaaa.s ld -o prog.exe c:/djgpp/lib/crt0.o -Lc:/djgpp/lib/gcc-lib/djgpp/2.80 -Lc:/djgpp/lib c:/djgpp/tmp/ccaaaaaa1.o -lstdcxx -lm -lgcc -lc -lgcc