This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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

Re: Mainline bootstrap failure in libjava, i686-pc-linux-gnu


Alexandre Oliva <aoliva@redhat.com> writes:

> On Apr  9, 2001, Phil Edwards <pedwards@disaster.jaj.com> wrote:
> 
> > I still don't understand why we pass -B$prefix/lib to the compiler during
> > the build, /before/ we install anything in $prefix.
> 
> Because the user may have already installed binutils there.

This seemed to make sense - at first sight.  But now I don't get it.
If the user first builds and installs binutils, before building gcc,
why do we need $prefix/lib?  Shouldn't the binutils be available in
$prefix/bin, not $prefix/lib?  And the way to handle this case is to
make sure $prefix/bin is in the PATH.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/


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