This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/12706] System.loadLibrary is searching for files it shouldn't search for
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Oct 2003 17:40:40 -0000
- Subject: [Bug libgcj/12706] System.loadLibrary is searching for files it shouldn't search for
- References: <20031021075758.12706.oyvind.harboe@zylin.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12706
tromey at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution| |INVALID
------- Additional Comments From tromey at gcc dot gnu dot org 2003-10-22 17:40 -------
This isn't a bug.
We use libltdl to search for libraries.
This will try to find and use .la files.
This is a feature of libltdl.
If this causes problems, let's re-open this
PR and take it up with the libtool maintainers.
I suspect it is ok though.