This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Wrong as/ld picked by gcc configure
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 13 Mar 2003 17:13:09 -0800
- Subject: Wrong as/ld picked by gcc configure
When I have /usr/local/bin in PATH, new as/ld in /usr/local/bin and
configure gcc with --prefix=/usr/gcc-3.3, gcc configure won't find
as/ld in /usr/local/bin and get the wrong ones instead since it won't
check /usr/local/bin for as/ld. However, the resulting gcc does use
as/ld in /usr/local/bin. What is the best way to fix it?
H.J.