Mail Archives: djgpp-workers/2001/01/31/06:16:10
On Wed, 31 Jan 2001, Laurynas Biveinis wrote:
> > Didn't GCC have some special code to expand $DJDIR at runtime, written
> > by Robert Hoehne when /dev/env didn't exist yet?
>
> I don't understand why DJDIR expansion is relevant here.
I thought you were asking how did GCC find its auxiliary files and
libraries without the /dev/env paths present in the sources. I tried to
explain this by special code added by Robert to construct those paths
from what getenv("DJDIR") returned. IIRC, that is the reason why GCC
refuses to run if DJGPP or DJDIR are not defined in the environment.
> The problem is that compiler driver does not see standard paths, if
> called with a different name.
I didn't understand you were talking about xgcc. I don't think your
message indicated that the problem was limited to building GCC. I
thought the question was about running GCC after it is already built.
- Raw text -