Re: GCC 4.9.2 Build Fails at cc1

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

 



On Thu, Dec 11, 2014 at 9:29 AM, Andrew Haley <aph@xxxxxxxxxx> wrote:
> On 12/11/2014 03:01 PM, Cyd Haselton wrote:
>> just include the appropriate
>> text in an email?
>
> Yes, thx.
>
> Andrew.
>
Here you go:

# Necessary to build GCC.
MPFR=mpfr-3.1.2
GMP=gmp-6.0.0a
MPC=mpc-1.0.2

wget http://www.mpfr.org/mpfr-current/$MPFR.tar.bz2 || exit 1
tar xjf $MPFR.tar.bz2 || exit 1
ln -sf $MPFR mpfr || exit 1

wget https://ftp.gnu.org/gnu/gmp/$GMP.tar.bz2 || exit 1
tar xjf $GMP.tar.bz2  || exit 1
ln -sf $GMP gmp || exit 1

wget ftp://ftp.gnu.org/gnu/mpc/$MPC.tar.gz || exit 1
tar xzf $MPC.tar.gz || exit 1
ln -sf $MPC mpc || exit 1




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux