This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Fixed paths compiled into egcs?
- To: martin dot kahlert at mchp dot siemens dot de
- Subject: Re: Fixed paths compiled into egcs?
- From: Jeffrey A Law <law at hurl dot cygnus dot com>
- Date: Mon, 07 Dec 1998 09:19:57 -0700
- cc: egcs at egcs dot cygnus dot com
- Reply-To: law at cygnus dot com
In message <19981207103505.A30319@keksy.mchp.siemens.de>you write:
> Hi,
> are there any fixed paths compiled into the egcs binary?
>
> I tried to move my /sw/egcs version to another directory and
> it simply worked from there, too. I would like to know,
> if there are other fixed paths in the binary. (I want to
> give it to other machines, and i don't know, where they have
> for example ar/ld/as...)
>
> Are there any other obstacles i should be aware of?
Yes, there are still some hardcoded paths in the compiler. There's a patch
from Meissner that allows us the compiler tools to be move around without
having to rebuild them, but it needs a little more cleaning up before we'll
submit it for inclusion into egcs.
jeff