Mail Archives: djgpp/1998/08/12/05:45:27
On Mon, 10 Aug 1998 09:54:07 +0300 (IDT), Eli Zaretskii
<eliz AT is DOT elta DOT co DOT il> wrote:
>Please add -v to the compiler switches, and post the entire (voluminous)
>output that's generated while it compiles.
Here goes:
gcc version 2.8.1
f:/djgpp/lib/gcc-lib/djgpp\2.81\cpp.exe -lang-c++ -v -undef
-D__GNUC__=2 -D__GN
UG__=2 -D__cplusplus -D__GNUC_MINOR__=8 -Dunix -Di386 -DGO32 -DMSDOS
-DDJGPP=2 -
DDJGPP_MINOR=1 -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__
-D__DJGPP__=2 -D__DJ
GPP_MINOR__=1 -D__unix -D__i386 -D__GO32 -D__MSDOS -D__DJGPP=2
-D__DJGPP_MINOR=1
-D__EXCEPTIONS -g win.cpp C:\WINDOWS\TEMP\ccaaydpj
GNU CPP version 2.8.1 (80386, BSD syntax)
#include "..." search starts here:
#include <...> search starts here:
f:/djgpp/lang/cxx
f:/djgpp/include
f:/djgpp/lang/cxx
f:/djgpp/lib/gcc-lib/djgpp/2.81/include
f:/djgpp/include
End of search list.
f:/djgpp/lib/gcc-lib/djgpp\2.81\cc1plus.exe C:\WINDOWS\TEMP\ccaaydpj
-quiet -du
mpbase win.cc -g -version -o C:\WINDOWS\TEMP\ccbaydpj
GNU C++ version 2.8.1 (djgpp) compiled by GNU C version 2.8.1.
win.cpp: In function `int main()':
win.cpp:5: `CursesWindow' undeclared (first use this function)
win.cpp:5: (Each undeclared identifier is reported only once
win.cpp:5: for each function it appears in.)
win.cpp:5: parse error before `('
F:\djgpp\Robins\Projects\WINDOW>
(This was compiled from the command-line, and *not* RHIDE as at first,
to enable copy/paste to be used.)
- Raw text -