This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: RFA: Delay call to lt_dlsetsearchpath
- From: Andrew Haley <aph at redhat dot com>
- To: Thomas Fitzsimmons <fitzsim at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Wed, 7 Sep 2005 15:18:25 +0100
- Subject: Re: Patch: RFA: Delay call to lt_dlsetsearchpath
- References: <1126100621.22378.40.camel@tortoise.toronto.redhat.com>
Thomas Fitzsimmons writes:
>
> _Jv_SetDLLSearchPath was being called before lt_dlinit so it was having
> no effect on libltdl's lookup path. This patch fixes the problem.
>
> OK for mainline?
Ah, good catch. Yeah, this is fine.
Andrew.