This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
bug
- To: gcc-bugs at gcc dot gnu dot org
- Subject: bug
- From: Joseph Meeks <dns at adnc dot com>
- Date: Fri, 11 Aug 2000 10:45:55 -0700
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
Linux samwise.adnc.com 2.2.14-5.0 #1 Tue Mar 7 20:53:41 EST 2000 i686
make
make all-recursive
make[1]: Entering directory `/home/source/AweMUD-0.4.3'
Making all in src
make[2]: Entering directory `/home/source/AweMUD-0.4.3/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -DDEBUG -g -O2 -c
area.cc
list.cpp: In method `int _list<DT>::add(DT &)':
In file included from list.h:41,
from configure.h:6,
from area.h:4,
from area.cc:3:
list.cpp:46: Internal compiler error.
list.cpp:46: Please submit a full bug report to
`egcs-bugs@egcs.cygnus.com'.
list.cpp:46: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for
details.
make[2]: *** [area.o] Error 1
make[2]: Leaving directory `/home/source/AweMUD-0.4.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/source/AweMUD-0.4.3'
make: *** [all-recursive-am] Error 2