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


> The gcc driver calls pexecute which will use PATH unless MD_EXEC_PREFIX
> is defined. It has been this way for a long time. Did I miss something
> here?

The problem is that the $PATH searched during configure is not always
the same as the $PATH searched by the driver (it may not even be the
same machine), so configure can not rely on $PATH yielding useful
data.


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