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: [boehm-gc] Don't install libgcjgc.la


On Apr 22, 2002, Jeff Sturm <jsturm@one-point.com> wrote:

> 2) Without libgcjgc.la the boehm-gc testsuite (i.e. gctest) doesn't
> exercise DYNAMIC_LOADING at all.

Erhm...  IIRC, noinst_ will result in the creation of a convenience
(non-shared, but PIC) library, which will buy you no difference from
the convenience library that is already built.  Unless -rpath is being
passed to the link command of libgcjgc.la somehow (I haven't checked
the Makefile).

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