public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely.gcc@gmail.com>
To: Mark Nitz <marknitz@gmail.com>
Cc: gcc-help <gcc-help@gcc.gnu.org>
Subject: Re: Help with Install
Date: Mon, 30 Jun 2014 22:39:00 -0000	[thread overview]
Message-ID: <CAH6eHdR1vyBCy8cSWz7RwsBrX2=_j=E-GKR-R-1DrEoEykcVUw@mail.gmail.com> (raw)
In-Reply-To: <CACgDA-zzxWtDkMk2SPeKOpVTYrWP_mfD+EdNo3E7=G8XH_uTRw@mail.gmail.com>

On 29 June 2014 18:32, Mark Nitz <marknitz@gmail.com> wrote:
> Good Afternoon!
>
> I am new to GNU software and I'd like some help with a few things:
>
> First off, I have the headers and libraries installed that are
> required for the configuration (gmp, mpfr, mpc).  They are all located
> in /usr/local, however, when I run the configuration command, I
> receive an error saying that I do not have the right libraries.  What
> am I doing wrong?

It's usually better not to install them at all, but to let GCC build
them itself (see http://gcc.gnu.org/wiki/InstallingGCC for more info)

You might need to configure GCC with --with-gmp=/usr/local
--with-mpc=/usr/local --with-mpfr=/usr/local

> And then what else should I be aware of going forward?  Thanks for your help!

You might need to ensure the shared libraries can be found by the
dynamic linker, either by editing the dynamic linker's search paths or
using the LD_LIBRARY_PATH environment variable (this isn't necessary
if you follow the steps at the link above)

      reply	other threads:[~2014-06-29 18:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CACgDA-wEVPsH1ZUT2BuQZ=wKSTghFMBmtXY+qNarSmcq_M3nfQ@mail.gmail.com>
2014-06-30 21:59 ` Mark Nitz
2014-06-30 22:39   ` Jonathan Wakely [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH6eHdR1vyBCy8cSWz7RwsBrX2=_j=E-GKR-R-1DrEoEykcVUw@mail.gmail.com' \
    --to=jwakely.gcc@gmail.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=marknitz@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).