This is the mail archive of the gcc-patches@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: [PATCH] Fix libjawt install


On Mar 15, 2005, Jakub Jelinek <jakub@redhat.com> wrote:

> Without this, there are problems with relinking libjawt.so during
> make install.

What problems?  This shouldn't be necessary, libtool should take care
of the -L flags itself.  Referencing .libs explicitly is *never*
correct, since there are boxes on which libtool uses _libs instead of
.libs.

-- 
Alexandre Oliva             http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


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