www.delorie.com/archives/browse.cgi   search  
Mail Archives: pgcc/1999/10/27/18:54:10

Sender: nuetzel AT delorie DOT com
Message-ID: <381776C1.3C6ED0CA@myokay.net>
Date: Wed, 27 Oct 1999 23:03:45 +0100
From: Dieter =?iso-8859-1?Q?N=FCtzel?= <dieter DOT nuetzel AT myokay DOT net>
Organization: DN
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.3.24 i686)
X-Accept-Language: de-DE, de, en-US, en-GB, en
MIME-Version: 1.0
To: pgcc AT delorie DOT com
Subject: 2.95.1 compiler errors?!
Reply-To: pgcc AT delorie DOT com

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hello all,
<p>I got same compiler errors with pgcc-2.95.1 on VTK (Visualization Toolkit).
<p>SunWave1>time make
<br>cd wrap;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; make - all
<br>make[1]: Entering directory `/usr/local/vtk/vtk/wrap'
<br>make[1]: Nothing to be done for `all'.
<br>make[1]: Leaving directory `/usr/local/vtk/vtk/wrap'
<br>cd common;&nbsp;&nbsp;&nbsp;&nbsp; make - targets.make
<br>make[1]: Entering directory `/usr/local/vtk/vtk/common'
<br>make[1]: `targets.make' is up to date.
<br>make[1]: Leaving directory `/usr/local/vtk/vtk/common'
<br>cd common;&nbsp;&nbsp;&nbsp;&nbsp; make - all
<br>make[1]: Entering directory `/usr/local/vtk/vtk/common'
<br>make[1]: Nothing to be done for `all'.
<br>make[1]: Leaving directory `/usr/local/vtk/vtk/common'
<br>cd graphics;&nbsp;&nbsp; make - targets.make
<br>make[1]: Entering directory `/usr/local/vtk/vtk/graphics'
<br>make[1]: `targets.make' is up to date.
<br>make[1]: Leaving directory `/usr/local/vtk/vtk/graphics'
<br>cd graphics;&nbsp;&nbsp; make - all
<br>make[1]: Entering directory `/usr/local/vtk/vtk/graphics'
<br>c++&nbsp; -O6 -mpentiumpro -march=pentiumpro -malign-double -mstack-align-double
-pipe -fomit-frame-pointer -funroll-loops -fPIC -DVTK_USE_PTHREADS -D_HP_NO_FAST_MACROS
-DHAVE_LIMITS_H -DHAVE_UNISTD_H -I.&nbsp; -I. -I./../graphics -DVTK_USE_GRAPHICS
-I./../imaging -DVTK_USE_IMAGING
<br>-I./../patented -DVTK_USE_PATENTED -I./../contrib -DVTK_USE_CONTRIB&nbsp;&nbsp;
-DVTK_USE_OGLR&nbsp;&nbsp; -I/usr/X11R6/include -I./../common&nbsp;&nbsp;&nbsp;&nbsp;
-c vtkThreshold.cxx -o vtkThreshold.o
<br>vtkThreshold.cxx: In method `void vtkThreshold::PrintSelf(ostream &amp;,
vtkIndent)':
<br>vtkThreshold.cxx:290: Internal compiler error in `find_free_reg', at
local-alloc.c:1968
<br>Please submit a full bug report.
<br>See &lt;URL:<A HREF="http://www.gnu.org/software/gcc/faq.html#bugreport">http://www.gnu.org/software/gcc/faq.html#bugreport</A>> for
instructions.
<br>make[1]: *** [vtkThreshold.o] Error 1
<br>make[1]: Leaving directory `/usr/local/vtk/vtk/graphics'
<br>make: *** [build_graphics] Error 2
<br>3.840u 0.210s 0:04.50 90.0%&nbsp;&nbsp;&nbsp;&nbsp; 0+0k 0+0io 2726pf+0w
<p>Changed too:
<p>c++&nbsp; -O -mpentiumpro -march=pentiumpro -malign-double -mstack-align-double
-pipe -fomit-frame-pointer -funroll-loops -fPIC -DVTK_USE_PTHREADS -D_HP_NO_FAST_MACROS
-DHAVE_LIMITS_H -DHAVE_UNISTD_H -I.&nbsp; -I. -I./../graphics -DVTK_USE_GRAPHICS
-I./../imaging -DVTK_USE_IMAGING -I./../patented -DVTK_USE_PATENTED -I./../contrib
-DVTK_USE_CONTRIB&nbsp;&nbsp; -DVTK_USE_OGLR&nbsp;&nbsp; -I/usr/X11R6/include
-I./../common&nbsp;&nbsp;&nbsp;&nbsp; -c vtkThreshold.cxx -o vtkThreshold.o
<p>****************************************************
<p>c++&nbsp; -O6 -mpentiumpro -march=pentiumpro -malign-double -mstack-align-double
-pipe -fomit-frame-pointer -funroll-loops -fPIC -DVTK_USE_PTHREADS -D_HP_NO_FAST_MACROS
-DHAVE_LIMITS_H -DHAVE_UNISTD_H -I.&nbsp; -I. -I./../graphics -DVTK_USE_GRAPHICS
-I./../imaging -DVTK_USE_IMAGING
<br>-I./../patented -DVTK_USE_PATENTED -I./../contrib -DVTK_USE_CONTRIB&nbsp;&nbsp;
-DVTK_USE_OGLR&nbsp;&nbsp; -I/usr/X11R6/include -I./../common&nbsp;&nbsp;&nbsp;&nbsp;
-c vtkThresholdTextureCoords.cxx -o vtkThresholdTextureCoords.o
<br>vtkThresholdTextureCoords.cxx: In method `void vtkThresholdTextureCoords::PrintSelf(ostream
&amp;, vtkIndent)':
<br>vtkThresholdTextureCoords.cxx:188: Internal compiler error in `find_free_reg',
at local-alloc.c:1968
<br>Please submit a full bug report.
<br>See &lt;URL:<A HREF="http://www.gnu.org/software/gcc/faq.html#bugreport">http://www.gnu.org/software/gcc/faq.html#bugreport</A>> for
instructions.
<br>make[1]: *** [vtkThresholdTextureCoords.o] Error 1
<br>make[1]: Leaving directory `/usr/local/vtk/vtk/graphics'
<br>make: *** [build_graphics] Error 2
<br>5.190u 0.280s 0:05.51 99.2%&nbsp;&nbsp;&nbsp;&nbsp; 0+0k 0+0io 3729pf+0w
<p>Changed too:
<p>c++&nbsp; -O -mpentiumpro -march=pentiumpro -malign-double -mstack-align-double
-pipe -fomit-frame-pointer -funroll-loops -fPIC -DVTK_USE_PTHREADS -D_HP_NO_FAST_MACROS
-DHAVE_LIMITS_H -DHAVE_UNISTD_H -I.&nbsp; -I. -I./../graphics -DVTK_USE_GRAPHICS
-I./../imaging -DVTK_USE_IMAGING -I./../patented -DVTK_USE_PATENTED -I./../contrib
-DVTK_USE_CONTRIB&nbsp;&nbsp; -DVTK_USE_OGLR&nbsp;&nbsp; -I/usr/X11R6/include
-I./../common&nbsp;&nbsp;&nbsp;&nbsp; -c vtkThresholdTextureCoords.cxx
-o vtkThresholdTextureCoords.o
<p>****************************************************
<p>c++&nbsp; -O6 -mpentiumpro -march=pentiumpro -malign-double -mstack-align-double
-pipe -fomit-frame-pointer -funroll-loops -fPIC -DVTK_USE_PTHREADS -D_HP_NO_FAST_MACROS
-DHAVE_LIMITS_H -DHAVE_UNISTD_H -I.&nbsp; -I. -I./../graphics -DVTK_USE_GRAPHICS
-I./../imaging -DVTK_USE_IMAGING
<br>-I./../patented -DVTK_USE_PATENTED -I./../contrib -DVTK_USE_CONTRIB&nbsp;&nbsp;
-DVTK_USE_OGLR&nbsp;&nbsp; -I/usr/X11R6/include -I./../common&nbsp;&nbsp;&nbsp;&nbsp;
-c vtkImageCityBlockDistance.cxx -o vtkImageCityBlockDistance.o
<br>vtkImageCityBlockDistance.cxx: In method `void vtkImageCityBlockDistance::Execute(vtkImageData
*, vtkImageData *)':
<br>vtkImageCityBlockDistance.cxx:255: Internal compiler error in `calculate_needs',
at reload1.c:1695
<br>Please submit a full bug report.
<br>See &lt;URL:<A HREF="http://www.gnu.org/software/gcc/faq.html#bugreport">http://www.gnu.org/software/gcc/faq.html#bugreport</A>> for
instructions.
<br>make[1]: *** [vtkImageCityBlockDistance.o] Error 1
<br>make[1]: Leaving directory `/usr/local/vtk/vtk/imaging'
<br>make: *** [build_imaging] Error 2
<br>852.080u 32.920s 14:54.66 98.9% 0+0k 0+0io 408284pf+0w
<p>Changed too:
<p>c++&nbsp; -O -mpentiumpro -march=pentiumpro -malign-double -mstack-align-double
-pipe -fomit-frame-pointer -funroll-loops -fPIC -DVTK_USE_PTHREADS -D_HP_NO_FAST_MACROS
-DHAVE_LIMITS_H -DHAVE_UNISTD_H -I.&nbsp; -I. -I./../graphics -DVTK_USE_GRAPHICS
-I./../imaging -DVTK_USE_IMAGING -I./../patented -DVTK_USE_PATENTED -I./../contrib
-DVTK_USE_CONTRIB&nbsp;&nbsp; -DVTK_USE_OGLR -I/usr/X11R6/include -I./../common&nbsp;&nbsp;&nbsp;&nbsp;
-c vtkImageCityBlockDistance.cxx -o vtkImageCityBlockDistance.o
<p>-Dieter
<pre>--&nbsp;
Dieter N&uuml;tzel
Graduate Student, Computer Science

University of Hamburg
Department of Computer Science
Cognitive Systems Group
Vogt-K&ouml;lln-Stra&szlig;e 30
D-22527 Hamburg, Germany

email: nuetzel AT kogs DOT informatik DOT uni-hamburg DOT de
@home: dieter DOT nuetzel AT myokay DOT net</pre>
&nbsp;</html>

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019