This is the mail archive of the gcc-help@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: gcc --prefix in chrooted environment


Michael Zintakis <michael.zintakis@googlemail.com> writes:

>> That is supposed to work, yes.  You'll have to see if it really does
>> work....
>>   
> Thanks Ian. So, in other words the prefix value is only used during
> installation and then "forgotten" about, right?

It's not forgotten.  It remains the default.  But gcc will also try to
find the associated libraries, header files, etc., based on the location
of the gcc executable itself.

Ian


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