This is the mail archive of the gcc@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]

Re: egcs-1.1b and gld/gas build problems on Solaris


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.



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