This is the mail archive of the java-patches@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]
Other format: [Raw text]

Re: libjava "make install" is broken again


On Mar  3, 2002, Bryce McKinlay <bryce@waitaki.otago.ac.nz> wrote:

> OK, after blowing away my build directory and doing a complete
> rebuild, it appears that this was the problem. Sorry.

No problem.  Actually, you seem to have found a real bug in libtool.
The failure shouldn't have been silent, no matter the problem was in
lack of clean up on the part of the user :-)

> BTW, do you know how to stop libtool doing a "relink" of libgcj.la on
> every "make install"? It does not do this for libstdc++ so it appears
> to be something libjava is doing?

You'd have to get libgcj.la to not depend on any other uninstalled
libtool libraries such as libgcjgc, libltdl and libffi.  But you don't
want to do that.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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