To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38031
------- Additional comments from [EMAIL PROTECTED] Mon Apr 4 08:07:53 -0700
2005 -------
ericb->pjanik
Reading where was created dlibdb_java-4.2.jnilib, I found it was in
berkeleydb-4.2's sources. And a log said :
SOSUFFIX from libtool : .dylib
JMODSUFFIX from libtool : .jnilib
line around 20126 of configure (in berkeleydb/unxmacxp.pro/misc/.../dist/) :
if test `uname`= Darwin ; then
JMODSUFFIX=".jnilib"
else
JMODSUFFIX=$_SOSUFFIX
fi
So IMO, jnilib is obligatory. But you say you want ".dylib", so I propose three
patches (next attachment) to build libdb_java-4.2.dylib :
1) one for makefile.mk : called berkeleydb_makefile.mk_without_jnilib.patch
2) one for berkeleydb-4.2 sources, called db-4.2.52.patch
3) one for d.lst , called : berkeleydb_prj_d.lst.patch
I have tested all, and it works fine for me
Just scp patch is missing -> I'll open a new issue for it, because concerns scp
module, not berkeleydb.
Build and delivery are fine for me.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]