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]

nurbs compile error


hiya,
while compiling nurbs v.2.1.1 i got the following error:
c++ -c -g -O2 -fno-implicit-templates  -I/usr/local/include
-I../../matrix/include  -I/usr/local/include -I../include nurbsS.cc
nurbsS.cc: In method `int PlNurbsSurface::writePOVRAY(const char *, const
class Color & = Color(250, 250, 250), const class Point3D & =
Point3D(0x000000000000000000000000, 0x00000000000000000080ff3f,
0x000000000000000000000000), const class Point3D & =
Point3D(0x000000000000000000000000, 0x000000000000000000000000,
0x00000000000000000080ff3f), int = 1, double = 0x000000d8a3703d0ad7a3f83f,
int = 8, int = 8) const':
nurbsS.cc:3189: Internal compiler error.
nurbsS.cc:3189: Please submit a full bug report to `egcs-bugs@cygnus.com'.
make[1]: *** [nurbsS.o] Error 1


The output from the "configure" script follows:

raven# ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for c++... c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C++ preprocessor... c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking whether I can find the matrix include files... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating tst/Makefile
creating demo/neqt/Makefile
creating include/internals.hh
\nThe package has now been configured. Type 


-rik williams



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