This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Error Report


This is to report a compilation error.
Linux Redhat 6.2 on Germane hardware with gcc 2.95.2
I was compiling ACE TAO 1.2a and has the following error:
g++ -W -Wall -Wpointer-arith -pipe -O3 -Wno-uninitialized
-fno-implicit-templates  -D_POSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS
-D_REENTRANT -DACE_HAS_AIO_CALLS
-I/usr/local/ACE_TAO1.2a/ACE_wrappers/build/RH6.2_GCC2.95.2 -DACE_NDEBUG
-DACE_USE_RCSID=0 -DACE_HAS_EXCEPTIONS
-I/usr/local/ACE_TAO1.2a/ACE_wrappers/build/RH6.2_GCC2.95.2/TAO
-I/usr/local/ACE_TAO1.2a/ACE_wrappers/build/RH6.2_GCC2.95.2/TAO/orbsvcs
-I/usr/local/ACE_TAO1.2a/ACE_wrappers/build/RH6.2_GCC2.95.2/TAO/orbsvcs/orbsvcs/Event
-c -fPIC -o .shobj/DynSched.o Sched/DynSched.cpp
 Installing libTAO_RTSched.so ->
/usr/local/ACE_TAO1.2a/ACE_wrappers/build/RH6.2_GCC2.95.2/ace
Sched/DynSched.cpp: In method `enum ACE_DynScheduler::status_t
ACE_DynScheduler::setup_task_entries()':
Sched/DynSched.cpp:1325: Internal compiler error.
Sched/DynSched.cpp:1325: Please submit a full bug report.
Sched/DynSched.cpp:1325: See
<URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.
cpp: output pipe has been closed
make[1]: *** [.shobj/DynSched.o] Error 1

Thank you,
Stayvis Ng


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]