Mail Archives: djgpp/2009/01/16/22:45:39
On Fri, Jan 16, 2009 at 10:19 PM, DJ Delorie <dj AT delorie DOT com> wrote:
>
> Try adding "-v" to your gpp command line, that should tell you exactly
> what it's doing.
>
Thanks for the reply, DJ. Everything looks perfectly fine. The
search path checks out, no directories are missing, the header.gcc
files are there, which I presume translates the ++ file names to xx .
. .
?
gpp -v -O3 -Wall -c div.cpp
Reading specs from c:/progapp/djgpp/lib/gcc-lib/djgpp/3.23/specs
Configured with: /devel/gnu/gcc/3.2/gnu/gcc-3.23/configure
i586-pc-msdosdjgpp --prefix=/dev/env/DJDIR --disable-nls
Thread model: single
gcc version 3.2.3
c:/progapp/djgpp/lib/gcc-lib/djgpp/3.23/cc1plus.exe -v -D__GNUC__=3
-D__GNUC_MINOR__=2 -D__GNUC_PATCHLEVEL__=3 -D__GXX_ABI_VERSION=102
-D__MSDOS__ -D__GO32__ -D__DJGPP__=2 -D__unix__ -D__MSDOS__ -D__GO32__
-D__DJGPP__=2 -D__unix__ -Asystem=msdos -Asystem=unix -D__OPTIMIZE__
-D__STDC_HOSTED__=1 -Acpu=i386 -Amachine=i386 -Di386 -D__i386
-D__i386__ -D__tune_i586__ -D__tune_pentium__ -DMSDOS -DGO32 -DDJGPP=2
-Dunix -remap -imacros
c:/progapp/djgpp/lib/gcc-lib/djgpp/3.23/djgpp.ver div.cpp -D__GNUG__=3
-D__DEPRECATED -D__EXCEPTIONS -quiet -dumpbase div.cpp -O3 -Wall
-version -o c:/progapp/djgpp/tmp/ccgixONZ.s
GNU CPP version 3.2.3 (cpplib) (80386, BSD syntax)
GNU C++ version 3.2.3 (djgpp)
compiled by GNU C version 3.2.3.
ignoring nonexistent directory "c:/progapp/djgpp/djgpp/include"
#include "..." search starts here:
#include <...> search starts here:
c:/progapp/djgpp/lang/cxx/3.23
c:/progapp/djgpp/lang/cxx/3.23/djgpp
c:/progapp/djgpp/lang/cxx/3.23/backward
c:/progapp/djgpp/lib/gcc-lib/djgpp/3.23/include
c:/progapp/djgpp/include
End of search list.
In file included from div.cpp:5:
c:/progapp/djgpp/lang/cxx/3.23/cstdlib:49:28: bits/c++config.h: No
such file or directory (ENOENT)
etc...
- Raw text -