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


>>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:

>> 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?

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

Why not?  We could just turn them all into convenience libraries.  It
won't hurt libgcj users, since they already are forced to link these
libraries anyway.  It is a bit ugly, but on the other hand my machine
is wimpy enough that the relinking step really delays my debug cycle.
(Maybe I should stop using `make install'.)

Tom


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