This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Fwd: Internal compiler error 980715]
- To: egcs-bugs at egcs dot cygnus dot com
- Subject: [Fwd: Internal compiler error 980715]
- From: "Gregory K. Thomas" <thomasg at lucent dot com>
- Date: Mon, 10 May 1999 19:39:19 -0400
Greetings,
The previous email didn't expand the output of the 'mkincl.ksh ...' command
that was supplied as an option to 'g++'.
Here's the complete options.
Script started on Mon May 10 19:13:59 1999
> make -f Makefile.make ActMgr.o
g++ -o ActMgr.o -w -D__STL_NO_NAMESPACES -D__STL_DEBUG -nostdinc++
-I/opt/rtworks40/include/sun4_solaris -I/opt/rtworks40/include
-I/musr/tools/STLport/sun4compat/stl -I/opt/SUNWspro/SC5.0/include/CC4
-I/fusr/gthomas/cp0.0/cp/incl/common -I/poff/cp/cp0.0/unoffprod/cp/incl/common
-I/poff/cp/cp0.0/unoffsrc/cp/incl/common -I/poff/cp/cp0.0/offsrc/cp/incl/common
-I/fusr/gthomas/cp0.0/cp/src/analysis/actmgr/include
-I/poff/cp/cp0.0/unoffprod/cp/src/analysis/actmgr/include
-I/poff/cp/cp0.0/unoffsrc/cp/src/analysis/actmgr/include
-I/poff/cp/cp0.0/offsrc/cp/src/analysis/actmgr/include
-I/fusr/gthomas/cp0.0/cp/src/analysis/actmgr/src/header_wrappers
-I/fusr/gthomas/cp0.0/cp/src/analysis/dbapi/incl
-I/poff/cp/cp0.0/unoffprod/cp/src/analysis/dbapi/incl
-I/poff/cp/cp0.0/unoffsrc/cp/src/analysis/dbapi/incl
-I/poff/cp/cp0.0/offsrc/cp/src/analysis/dbapi/incl
-I/fusr/gthomas/cp0.0/cp/src/analysis/lib/include
-I/poff/cp/cp0.0/unoffprod/cp/src/analysis/lib/include
-I/poff/cp/cp0.0/unoffsrc/cp/src/analysis/lib/include
-I/poff/cp/cp0.0/offsrc/cp/src/analysis/lib/include
-I/fusr/gthomas/cp0.0/cp/src/db/incl -I/poff/cp/cp0.0/unoffprod/cp/src/db/incl
-I/poff/cp/cp0.0/unoffsrc/cp/src/db/incl -I/poff/cp/cp0.0/offsrc/cp/src/db/incl
-I/fusr/gthomas/cp0.0/cp/src/msg/SSmsg/incl
-I/poff/cp/cp0.0/unoffprod/cp/src/msg/SSmsg/incl
-I/poff/cp/cp0.0/unoffsrc/cp/src/msg/SSmsg/incl
-I/poff/cp/cp0.0/offsrc/cp/src/msg/SSmsg/incl
-I/fusr/gthomas/cp0.0/cp/src/msg/incl -I/poff/cp/cp0.0/unoffprod/cp/src/msg/incl
-I/poff/cp/cp0.0/unoffsrc/cp/src/msg/incl
-I/poff/cp/cp0.0/offsrc/cp/src/msg/incl -c ActMgr.C
ActMgr.C: In method `void ActMgrType::NTMModeChangeProc(const class
NTMModeChangeMsgType &)':
ActMgr.C:119: Internal compiler error 980715.
ActMgr.C:119: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
ActMgr.C:119: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
*** Error code 1
make: Fatal error: Command failed for target `ActMgr.o'
> g++ -v
Reading specs from
/musr/tools/gnu/egcs/lib/gcc-lib/sparc-sun-solaris2.6/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
> uname -a
SunOS sol26dev 5.6 Generic_105181-12 sun4u sparc SUNW,Ultra-5_10
> exit
script done on Mon May 10 19:14:26 1999
Regards,
Gregory K. Thomas