This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/53798] [4.7] Bootstrap fails on Linux x86_64 with pre-built libmpc/mpfr/gmp due to multilib path problem
- From: "windward at gmx dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 17 Jul 2012 12:18:11 +0000
- Subject: [Bug bootstrap/53798] [4.7] Bootstrap fails on Linux x86_64 with pre-built libmpc/mpfr/gmp due to multilib path problem
- Auto-submitted: auto-generated
- References: <bug-53798-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53798
--- Comment #6 from Martin <windward at gmx dot com> 2012-07-17 12:18:11 UTC ---
> --with-gnu-as --with-as=/opt/SP/gcc/bin/as \
> --with-gnu-ld --with-ld=/opt/SP/gcc/bin/ld
Wrong path when replacing the env vars, should read
--with-gnu-as --with-as=/opt/SP/gcc/gcc-4.7.1/bin/as \
--with-gnu-ld --with-ld=/opt/SP/gcc/gcc-4.7.1/bin/ld