Results 1 to 2 of 2

Thread: gcc trunk on Hardy Heron amd64

  1. #1
    Join Date
    Jun 2006
    Location
    Houston, Texas
    Beans
    327
    Distro
    Ubuntu 7.04 Feisty Fawn

    gcc trunk on Hardy Heron amd64

    Dear Sirs:

    I am trying to compile gcc trunk on Hardy Heron amd64 but getting this error:

    Code:
    checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
    checking for objdir... .libs
    checking for correct version of gmp.h... yes
    checking for correct version of mpfr.h... buggy but acceptable
    checking for the correct version of mpc.h... no
    configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.2+ and MPC 0.8.0+.
    Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
    their locations.  Source code for these libraries can be found at
    their respective hosting sites as well as at
    ftp://gcc.gnu.org/pub/gcc/infrastructure/.  See also
    http://gcc.gnu.org/install/prerequisites.html for additional info.  If
    you obtained GMP, MPFR and/or MPC from a vendor distribution package,
    make sure that you have installed both the libraries and the header
    files.  They may be located in separate packages.
    make: *** No targets specified and no makefile found.  Stop.
    make: *** No targets specified and no makefile found.  Stop.
    Any hints?

    Thank you!

    Misha

  2. #2
    Join Date
    Sep 2009
    Beans
    1,293

    Re: gcc trunk on Hardy Heron amd64

    you're missing libmpc-dev but i dont think thats available in hardy. you'd need to either try installing a version from a later distribution (i think the earliest is jaunty) or try building the package or the source for hardy

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •