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]

No Subject


Hi,

I encountered this bug attempting to build MindsEye (available from
http://www.ptf.hro.nl/mindseye/). I ran configure without errors.

David

make[2]: Entering directory `/usr/local/src/graphics/MindsEye/src/3dlib'
c++ -c -g -O2 -I../  -I../include/matrix -I../include/nurbs  -I/usr/X11R6/include -DHAVE_CONFIG_H  s_object.cpp
In file included from generic.h:44,
                 from s_object.h:32,
                 from s_object.cpp:33:
math/g3d_ray.h:54: Internal compiler error 243.
math/g3d_ray.h:54: Please submit a full bug report to `egcs-bugs@cygnus.com'.
make[2]: *** [s_object.o] Error 1
make[2]: Leaving directory `/usr/local/src/graphics/MindsEye/src/3dlib'
make[1]: *** [me_subdirs] Error 2
make[1]: Leaving directory `/usr/local/src/graphics/MindsEye/src'
make: *** [mindseye] Error 2


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