Mail Archives: djgpp/2000/05/31/07:46:36
On 31 May 2000, at 2:35, J.W. Dare wrote:
> While using djgpp for my first semester C++ programming class
> assignments, approximatly half of the time the compiler quits with
> error messages similar to the two below. A second attempt will
> usually compile the code. Entering gcc -v yealds:
>
> Reading specs from c:/develop/djgpp/lib/gcc-lib/djgpp/2.952/specs
> gcc version 2.95.2 19991024 (release)
>
> I'm running djgpp from a DOS window in Win 95, OSR2, on an older 100
> Mhz pentium. Does anyone know what could be causing these problems?
>
>
> D:\UNO\asgn07>gxx -g p03_41.cpp -o fib02.cpp
> In file included from p03_41.cpp:10:
> c:/develop/djgpp/lang/cxx/iostream.h: In method `class istream &
> istream::opera
> or >>(unsigned char *)':
> c:/develop/djgpp/lang/cxx/iostream.h:201: Internal compiler error.
> c:/develop/djgpp/lang/cxx/iostream.h:201: Please submit a full bug
> report.
> c:/develop/djgpp/lang/cxx/iostream.h:201: See
> <URL:http://www.gnu.org/software/
> cc/faq.html#bugreport> for instructions.
Why not to do what's asked and read instructions how to submit bug
report? Otherwise no one will be able to help.
>
> D:\UNO\chap03>gxx fig03_10.cpp -o craps.exe
> In file included from c:/develop/djgpp/lang/cxx/iostream.h:31,
> from fog03_10.cpp:4:
> c:/develop/djgpp/lang/cxx/streambuf.h: In method `void
> streambuf::xsetflags(int)':
> c:/develop/djgpp/lang/cxx/streambuf.h:313: Internal compiler error.
> c:/develop/djgpp/lang/cxx/streambuf.h:313: Please submit a full bug
> report.
> c:/develop/djgpp/lang/cxx/streambuf.h:313: See
> <URL:http://www.gnu.org/software/
> gcc/faq.html#bugreport> for instructions.
>
> --
> J.W.Dare
> jwdare AT novia DOT net
- Raw text -