bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/64523] New: Compilation problem with gcc 4.9.2


From: mdsikir at irb dot hr
Subject: [Bug classpath/64523] New: Compilation problem with gcc 4.9.2
Date: Wed, 07 Jan 2015 14:49:24 +0000

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64523

            Bug ID: 64523
           Summary: Compilation problem with gcc 4.9.2
           Product: classpath
           Version: 0.99
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mdsikir at irb dot hr

I tried to compile gcc 4.9.2 on CentOS with gcc-4.4.7
Kernel system versions:
address@hidden libjava]$ uname -a
Linux r720xd 2.6.32-504.1.3.el6.x86_64 #1 SMP Tue Nov 11 17:57:25 UTC 2014
x86_64 x86_64 x86_64 GNU/Linux

configure script is
./configure --prefix=/home/mathieu/opt/gcc-4.9.2
--with-gmp=/home/mathieu/opt/gmp-6.0.0_static
--with-mpc=/home/mathieu/opt/mpc-1.0.2_static
--with-mpfr=/home/mathieu/opt/mpfr-3.1.2_static --disable-multilib
   and all the libraries have been compiled in static with no shared
   library.

I get following errors at the end of the compilation:
---------------------------------------------------------------------
cp
../../../.././libjava/classpath/tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/packagedoc.xsl
classes/doctranslets/html/packagedoc.xsl
(cd classes; \
       
/home/mathieu/gcc_next/gcc-4.9.2/x86_64-unknown-linux-gnu/libjava/scripts/jar
cf ../tools.zip .; \
        cd ..)
(cd asm; \
       
/home/mathieu/gcc_next/gcc-4.9.2/x86_64-unknown-linux-gnu/libjava/scripts/jar
uf ../tools.zip .; \
        cd ..)
rm -rf asm classes classes.lst asm.lst
make  all-am
make[5]: Entering directory
`/home/mathieu/gcc_next/gcc-4.9.2/x86_64-unknown-linux-gnu/libjava/classpath/tools'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/home/mathieu/gcc_next/gcc-4.9.2/x86_64-unknown-linux-gnu/libjava/classpath/tools'
make[4]: Leaving directory
`/home/mathieu/gcc_next/gcc-4.9.2/x86_64-unknown-linux-gnu/libjava/classpath/tools'
make[4]: Entering directory
`/home/mathieu/gcc_next/gcc-4.9.2/x86_64-unknown-linux-gnu/libjava/classpath'
true  DO=all multi-do # make
make[4]: Leaving directory
`/home/mathieu/gcc_next/gcc-4.9.2/x86_64-unknown-linux-gnu/libjava/classpath'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/mathieu/gcc_next/gcc-4.9.2/x86_64-unknown-linux-gnu/libjava/classpath'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/mathieu/gcc_next/gcc-4.9.2/x86_64-unknown-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/home/mathieu/gcc_next/gcc-4.9.2'
make: *** [all] Error 2
address@hidden gcc-4.9.2]$
----------------------------------------------------
I cannot understand the error as the error seems to happen first in the
makefile and not elsewhere.

  Mathieu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]