This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-1.1b and gld/gas build problems on Solaris
- To: Marat Boshernitsan <maratb at cs dot berkeley dot edu>
- Subject: Re: egcs-1.1b and gld/gas build problems on Solaris
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Thu, 15 Oct 1998 22:04:34 +0200 (MET DST)
- cc: egcs at cygnus dot com, egcs-patches at cygnus dot com
On 14 Oct 1998, Marat Boshernitsan wrote:
> Ok, that worked, thanks. I did look at the FAQ, but missed this entry
> because I was looking for gld-related info (since that's where my gcc
> was dying).
Good point!
> May I suggest that this FAQ entry be rephrased somewhat along these
> lines:
Thanks for your hint. I have just installed the following update to our
FAQ. Would that have helped you in your original search?
(Clearly any further hints about the FAQ are most welcome!)
Gerald
Index: faq.html
===================================================================
RCS file: /egcs/carton/cvsfiles/wwwdocs/htdocs/faq.html,v
retrieving revision 1.59
diff -r1.59 faq.html
28c28
< <li><a href="#gas">GCC can not find GAS</a>
---
> <li><a href="#gas">GCC can not find GNU as/GNU ld</a>
471c471
< <h2><a name="gas">GCC can not find GAS</a></h2>
---
> <h2><a name="gas">GCC can not find GNU as/GNU ld</a></h2>
473,476c473,476
< assembler instead of the system assembler. To ensure that EGCS finds the GNU
< assembler, you should configure the GNU assembler with the same --prefix
< option as you used for EGCS. Then build & install the GNU assembler. After
< the GNU assembler has been installed, proceed with building EGCS.
---
> assembler instead of the system assembler. To ensure that EGCS finds the GNU
> assembler (the GNU loader), you should configure these with the same --prefix
> option as you used for EGCS. Then build & install GNU as (GNU ld) and
> proceed with building EGCS.