This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Dynamic linker is unable to find GCC libraries
> Date: Thu, 6 Jul 2000 15:56:07 -0700
> From: Benoit Hudson <bhudson@ptolemy.arc.nasa.gov>
> 2.95.2. I can move the gcc executable no problem, of course, because the
> paths are hard-coded. I don't see how one could implement a gcc where you
> could move the gcc-lib at will, though.
This was changed in the CVS tree since about November. You can now
move it as you wish. I believe it is implemented by having gcc detect
the directory it is being run from and use a relative path from there
to the library directory.
--
- Geoffrey Keating <geoffk@cygnus.com>