This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: solaris8 --with-gnu-as --with-gnu-ld works?
- From: Phil Edwards <phil at jaj dot com>
- To: "Neal D. Becker" <nbecker at hns dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 27 Aug 2003 15:53:17 -0400
- Subject: Re: solaris8 --with-gnu-as --with-gnu-ld works?
- References: <200308271543.34399.nbecker@hns.com>
On Wed, Aug 27, 2003 at 03:43:29PM -0400, Neal D. Becker wrote:
Content-Description: signed data
> It doesn't seem to work. At some point, it uses the wrong combination of ld
> and options:
As documented in the installation manual, --with-gnu-* only means, "Assume
GNU ld/as is in use." It does /not/ make any special effort to find those
tools in the PATH. That's what --with-{ld,as}=/path/to/tool is for.
--
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
- Brian W. Kernighan