This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GC_dlopen libltdl?
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: GCC-Java <java at gcc dot gnu dot org>
- Date: Sat, 15 Feb 2003 19:09:43 +0100
- Subject: Re: GC_dlopen libltdl?
- References: <3E4E73F8.7080700@pop.agri.ch>
Andreas Tobler wrote:
Hi,
how do I tell libltdl that GC_dlopen is not here on my OS-X box?
This is with the latest boehm-gc patches. (gc list)
I have a reference to GC_dlopen in ltdl.o, but in the boehm-gc I ifdefed
it out. What is the right way to go?
Found it, in gc.h.
Andreas