This is the mail archive of the gcc-bugs@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]

gcc bug...compiling mindseye


Trying to compile mindseye-cvs20000226 acquired from:

https://sourceforge.net/project/?group_id=2220

I got a message about an internal compiler error.  Then
ran "make --debug mindseye" and got this relevant to the
offending code:

... Considering target file `s_nurbscurve.o'.
     File `s_nurbscurve.o' does not exist.
     Looking for an implicit rule for `s_nurbscurve.o'.
     Trying pattern rule with stem `s_nurbscurve'.
     Trying implicit dependency `s_nurbscurve.c'.
     Trying pattern rule with stem `s_nurbscurve'.
     Trying implicit dependency `s_nurbscurve.cc'.
     Trying pattern rule with stem `s_nurbscurve'.
     Trying implicit dependency `s_nurbscurve.C'.
     Trying pattern rule with stem `s_nurbscurve'.
     Trying implicit dependency `s_nurbscurve.cpp'.
     Found an implicit rule for `s_nurbscurve.o'.
      Considering target file `s_nurbscurve.cpp'.
       Looking for an implicit rule for `s_nurbscurve.cpp'.
       Trying pattern rule with stem `s_nurbscurve.cpp'.
       Trying implicit dependency `s_nurbscurve.cpp,v'.
       Trying pattern rule with stem `s_nurbscurve.cpp'.
       Trying implicit dependency `RCS/s_nurbscurve.cpp,v'.
       Trying pattern rule with stem `s_nurbscurve.cpp'.
       Trying implicit dependency `RCS/s_nurbscurve.cpp'.
       Trying pattern rule with stem `s_nurbscurve.cpp'.
       Trying implicit dependency `s.s_nurbscurve.cpp'.
       Trying pattern rule with stem `s_nurbscurve.cpp'.
       Trying implicit dependency `SCCS/s.s_nurbscurve.cpp'.
       No implicit rule found for `s_nurbscurve.cpp'.
       Finished dependencies of target file `s_nurbscurve.cpp'.
      No need to remake target `s_nurbscurve.cpp'.
     Finished dependencies of target file `s_nurbscurve.o'.
    Must remake target `s_nurbscurve.o'.
c++ -c -g -O2 -I../.. -I../../include  -I/usr/X11R6/include
-I/usr/local/include -I/usr/loc
al/include/nurbs++ -I../ -DHAVE_CONFIG_H -fno-implicit-templates
s_nurbscurve.cpp
Live child 0x080727f8 PID 11742
s_nurbscurve.cpp: In method `class G3DNurbsCurve &
G3DNurbsCurve::operator =(const PlNurbsCurvef &)':
s_nurbscurve.cpp:389: Internal compiler error.
s_nurbscurve.cpp:389: Please submit a full bug report.
s_nurbscurve.cpp:389: See
<URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x080727f8 PID 11742
make[2]: *** [s_nurbscurve.o] Error 1
Removing child 0x080727f8 PID 11742 from chain.
make[2]: Leaving directory
`/home/patrick/mindseye-cvs20000226/src/3dlib'
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x08070858 PID 11738
make[1]: *** [me_subdirs] Error 2
Removing child 0x08070858 PID 11738 from chain.
make[1]: Leaving directory `/home/patrick/mindseye-cvs20000226/src'
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x0806f058 PID 11734
make: *** [mindseye] Error 2
Removing child 0x0806f058 PID 11734 from chains.

I am using gcc-2.95.2, Mandrake 7.1, no options passed (just "make
mindseye"
after "./configure").

patrick

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