[boehm-gc] Don't install libgcjgc.la
Jeff Sturm
jsturm@one-point.com
Wed May 1 09:21:00 GMT 2002
On 1 May 2002, Alexandre Oliva 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).
Right, but the existing test case (gctest) depends on a shared library. I
can have gctest link to the convenience lib, but that changes the nature
of the test, which is why I suggested leaving it alone.
Jeff
More information about the Java-patches
mailing list