I am trying to install xpdf 3.02 on a AIX 5.3.0.5 machine.  The following is
the information I have at hand:

the exact version of GCC; 
Reading specs from /opt/freeware/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/3.3.2/specs
Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld
--disable-nls --enable-languages=c,c++ --prefix=/opt/free
ware --enable-threads --enable-version-specific-runtime-libs
--host=powerpc-ibm-aix5.2.0.0
Thread model: aix
gcc version 3.3.2

the system type; 
AIX 5.3.0.5

the options given when GCC was configured/built;
 rpm -Uvv gcc-3.3.2-5.aix5.2.ppc.rpm

the complete command line that triggers the bug; 
make or gmake

the compiler output (error messages, warnings, etc.); 
 [EMAIL PROTECTED]:/fis70_patches/xpdf/xpdf-3.02 ==>make
        cd goo; make
Target "all" is up to date.
        cd fofi; make
Target "all" is up to date.
        cd splash; make
Target "all" is up to date.
        cd xpdf; make all
        g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash
-I. -I/usr/local/include/freetype2       

   -c CoreOut
putDev.cc
        g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash
-I. -I/usr/local/include/freetype2       

   -c Gfx.cc
g++: Internal error: Segmentation fault (program as)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 2.


Stop.
[EMAIL PROTECTED]:/fis70_patches/xpdf/xpdf-3.02 ==>which gmake

With 'gmake'
-----------

[EMAIL PROTECTED]:/fis70_patches/xpdf/xpdf-3.02 ==>gmake

cd goo; gmake
gmake[1]: Entering directory `/fis70_patches/xpdf/xpdf-3.02/goo'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/fis70_patches/xpdf/xpdf-3.02/goo'
cd fofi; gmake
gmake[1]: Entering directory `/fis70_patches/xpdf/xpdf-3.02/fofi'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/fis70_patches/xpdf/xpdf-3.02/fofi'
cd splash; gmake
gmake[1]: Entering directory `/fis70_patches/xpdf/xpdf-3.02/splash'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/fis70_patches/xpdf/xpdf-3.02/splash'
cd xpdf; gmake all
gmake[1]: Entering directory `/fis70_patches/xpdf/xpdf-3.02/xpdf'
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.
-I/usr/local/include/freetype2          -c 

Gfx.cc
g++: Internal error: Segmentation fault (program as)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[1]: *** [Gfx.o] Error 1
gmake[1]: Leaving directory `/fis70_patches/xpdf/xpdf-3.02/xpdf'
gmake: *** [all] Error 2


-- 
           Summary: Compile failing for xpdf 3.02
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: cabanasg at metro dot net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33577

Reply via email to