This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: building gcc 4.9.2 on Solaris 5.10 SPARC fails
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Matthias Apitz <guru at unixarea dot de>
- Cc: gcc-help <gcc-help at gcc dot gnu dot org>
- Date: Wed, 25 Jan 2017 11:24:01 +0000
- Subject: Re: building gcc 4.9.2 on Solaris 5.10 SPARC fails
- Authentication-results: sourceware.org; auth=none
- References: <20170125102913.GA2262@c720-r292778-amd64>
It looks like you don't have a usable assembler:
/export/home/guru/OpenSource/gcc-4.9.2-obj/./gcc/as: -Qy: not found
Try looking in /export/home/guru/OpenSource/gcc-4.9.2-obj/./gcc/as to
see what ORIGINAL_AS_FOR_TARGET is set to.
Also, you're making your life difficult by installing gmp, mpfr and
mpc like that. See https://gcc.gnu.org/wiki/InstallingGCC and use the
contrib/download/prerequisites script.