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


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