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: Installation proposal


>	Or, are you saying that you somehow want GCC to recognize the
>directory into which it was installed and access all files with relative
>paths so that $prefix no longer would be built into the compiler and only
>used for installation?

Gcc already tries to create relative paths internally if GCC_EXEC_PREFIX is not
specified.  See the make_relative_prefix function in gcc.c.  However, prefix
is still built in, because we need to compare prefix against exec_prefix
to compute the relative paths.

Jim


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