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: building gcc 4.9.2 on Solaris 5.10 SPARC fails


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.


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