[Bug 94] New: java-sablevm wrapper bugs/issues
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=94
Summary: java-sablevm wrapper bugs/issues
Product: SableVM
Version: staging
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: default
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
1) ./configure options:
Program names:
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
not considered when computing SABLEVM_BINARY.
Current way is:
sed s/SABLEVM_BINARY/`echo @bindir@/sablevm | sed 's/\\//\\\\\\//g'`/g | \
not sure what that sed expression exactly do? Replacing backslash with slash?
If combined somehow with
@bindir@/`echo "sablevm" | sed 's|^.*/||;$(transform)'`
it should fix it. This computation is the one used by auto* tools.
2) java-sablevm not regenerate if ./configure options change. Do:
./configure --prefix=some_location && make && make install
if make clean not done and --prefix changed, java-sablevm not regenerate and
will point to older binary.
I guess adding a dependency to Makefile will force regenerating it?
------- 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.