This is the mail archive of the java-patches@sources.redhat.com 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]

Re: [PATCH] Linking with proper libs when testing the boehm-gc.



Alexandre Oliva writes:

> Why does boehm-gc depend on dlopen?

  http://sources.redhat.com/ml/java-discuss/2000-12/msg00145.html

  Hans: "If I recall correctly, the cause of all of this is the
  reference to dlopen generated by the interception code.  I would
  guess it suffices to link against whatever you need for dlopen on
  platforms that provide dlopen.  If anyone can think of a portable
  way to intercept dlopen without pulling in those libraries ..."

> Wouldn't it be better to arrange for it to use libltdl?

I don't know. I was just proposing a quick fix, which should go away
since the need for a dlopen reference is gone with newer version of
the GC, if I understand/remember well.

./A

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