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: Preinstall thoughts


>> From the list archives way back in February, Alex seemed to indicate 
>> that this might break something on some systems by leaving the 
>> ${preinstall_prefix} path encoded into libjava.

>> Is this correct?

>Yup.

Why don't we have the same problem already, with the build path for
libstdc++-v3 being encoded into libjava?

Or do we?

> Libtool really needs some way to be told that a -L flag is only to be
> used within the build tree.
Would this solve the problem? :-)

What exactly gets encoded into the library being built on a perverse 
system?  Its own pathname?  The pathnames of shared libraries it links 
to?  Both of the above?  For each case, is it one path or a list of 
paths?

--Nathanael


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