This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with building gcc 4.9.0 (libstdc++)
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Kirill Voronin <kvoronin at labchem dot sscc dot ru>
- Cc: gcc-help <gcc-help at gcc dot gnu dot org>
- Date: Sun, 10 Aug 2014 18:54:32 +0100
- Subject: Re: Problem with building gcc 4.9.0 (libstdc++)
- Authentication-results: sourceware.org; auth=none
- References: <1407673445 dot 1838 dot 10 dot camel at Gannet dot Four> <a882d1308d7fe3d988ec96bbb2898319 dot squirrel at mx dot sscc dot ru>
On 10 August 2014 15:29, Kirill Voronin wrote:
>
>
> Actually, I foolowed the installing instructions and still got the same
> error.
>
> Can anyone please tell me whether Red Hat 4.1.2-46 is compatible
> (supported) by gcc (e.g., 4.9.0 version)?
It should work OK, the errors you're getting do not indicate a problem
with the compiler anyway (they imply mis-configuration).
> The full config.log looks like
>
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by configure, which was
> generated by GNU Autoconf 2.64. Invocation command line was
>
> $
> /ifs/home/icmmg/voronin/pardiso_proekt/pardiso_project/new/gcc_dir/../gcc-4.9.0/configure
> --prefix=/ifs/home/icmmg/voronin/pardiso_proekt/pardiso_project/new/gcc-4.9.0
> --enable-shared
What directory does the build fail in?
Are you even looking in the right config.log?
http://gcc.gnu.org/wiki/FAQ#configure_suffix explains that you need to
look at config.log in the directory where the build fails.