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]
Other format: [Raw text]

Re: Wrong as/ld picked by gcc configure


On Thu, Mar 13, 2003 at 05:13:09PM -0800, H. J. Lu wrote:
> 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?

I think that configure should search $PATH, personally.  I've just
given up and I specify AS=`which as` in the environment.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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