[Bug 70] New: Native lib prefix
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=70
Summary: Native lib prefix
Product: SableVM
Version: staging
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: default
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
Hi,
We have a native method that concat 2 strings: "lib" + libname.
The original purpose of that method was to be able to specify the
system-specific extension (.so, .dll, etc.). This extension is now being
(supposely) added transparently by lt_dlopenext.
Does all Classpath native libs on all current and future platorms have names
prefixed by "lib", like "libjavalang"?
If yes, no need for that native method, string concat will be done in Java land.
Any comments?
David
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.