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]
Other format: [Raw text]

[Bug regression/56751] New: Can not confugure stage 2


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

             Bug #: 56751
           Summary: Can not confugure stage 2
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: regression
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: maxim.prohorenko@gmail.com


For gcc 4.7.2 work fine.

../gcc-4.7.2/configure --prefix=/usr/local/gcc-4.7.2 --disable-multilib
--enable-languages=c,c++ --without-ppl --without-cloog
--with-mpfr=/usr/local/mpfr-3.0.1 --with-mpc=/usr/local/mpc-0.9
--with-gmp=/usr/local/gmp-5.0.2


For gcc 4.8.0 work wrong.
../gcc-4.8.0/configure --prefix=/home/prohorenko/usr/local/gcc-4.8.0
--disable-multilib --enable-languages=c,c++ --without-ppl --without-cloog
--with-mpfr=/usr/local/mpfr-3.0.1 --with-mpc=/usr/local/mpc-0.9
--with-gmp=/usr/local/gmp-5.0.2

If set
LD_LIBRARY_PATH="/usr/local/mpc-0.9/lib/:/usr/local/mpfr-3.0.1/lib/:/usr/local/gmp-5.0.2/lib/:$LD_LIBRARY_PATH"

Then work fine too.


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