This is the mail archive of the gcc-help@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]

Re: Re: Problem with building gcc 4.9.0 (libstdc++)


On 8 August 2014 11:22, Kirill Voronin <kvoronin@labchem.sscc.ru> wrote:
>
> Actually, the version doesn't matter except it should be greater than 4.8.
>
> I've already read
>
> https://gcc.gnu.org/wiki/FAQ#configure_suffix
>
> but actually there is no answer for my case since I do have mpc, gmp and
> mpfr installed (correctly at least as make check claimed for each of these
> three).

Then you failed to understand the FAQ. It does answer your case.

> If it didn't find some libs, I understand that I would have checked the
> option --with-... and check the paths but now it seems like installing one
> of the internal (for gcc) packages stdc++ failed.

Wrong.

> So, you recommend to install mpc, gmp and mpfr once again using
> prerequisites?

Don't install them separately if you don't know what you're doing.

See http://gcc.gnu.org/wiki/InstallingGCC


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