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


RH 5.1 here


If you want to build the programm do
  make mindseye
If you want to build the documentation do
  make doc-all
or
  make doc-html
  make doc-tex
  make doc-ps
[elmer@www MindsEye]$ make mindseye
cd matrix; make
make[1]: Entering directory `/home/elmer/MindsEye/matrix'
(cd src; make)
make[2]: Entering directory `/home/elmer/MindsEye/matrix/src'
rm -f vector.o
c++ -c -g -O2 -fno-implicit-templates     -I/usr/local/include
-I../include vector.cc
rm -f matrixMat.o
c++ -c -g -O2 -fno-implicit-templates     -I/usr/local/include
-I../include matrixMat.cc
rm -f list.o
c++ -c -g -O2 -fno-implicit-templates     -I/usr/local/include
-I../include list.cc
rm -f libmatrix.a
ar scql libmatrix.a barray.o  barray2d.o  error.o  cvector.o  image.o
matrix.o  mlapack.o    specialType.o   vector.o   matrixMat.o list.o
make[2]: Leaving directory `/home/elmer/MindsEye/matrix/src'
make[1]: Leaving directory `/home/elmer/MindsEye/matrix'
cd nurbs; make
make[1]: Entering directory `/home/elmer/MindsEye/nurbs'
(cd src; make)
make[2]: Entering directory `/home/elmer/MindsEye/nurbs/src'
c++ -c -g -O2 -fno-implicit-templates  -I/usr/local/include
-I../../matrix/include  -I/usr/local/include -I../include nurbs.cc
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:3191: Internal compiler error.
nurbsS.cc:3191: Please submit a full bug report to `egcs-bugs@cygnus.com'.
make[2]: *** [nurbsS.o] Error 1
make[2]: Leaving directory `/home/elmer/MindsEye/nurbs/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/elmer/MindsEye/nurbs'
make: *** [libnurbs] Error 2   



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