To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38130





------- Additional comments from [EMAIL PROTECTED] Fri Feb 11 04:46:04 -0800 
2005 -------
Hi, 

Note : what follows needs to be confirmed, or need more precisions. I'm not yet
a Cocoa "guru"  :-)

Patrick or Dan or Terry ..., perhaps ? I wrote these lines to justify the
simlink I have made in python/prj/d.lst

First : 

.dylib are shared object, created with -dynamiclib flag of cc, but. .dylib
cannot be "loaded" dynamicaly in Mac OSX (even if they can staticaly be linked
!), but through /usr/lib/libdl.dylib calls, since Panther. For Jaguar "dlcompat"
is needed . 

.jnilib are bundle for Mac OSX, and are created with -bundle flag of cc

Even created with -bundle flag, libs can be called .dylib and if OOo, it is the
case.

So in this module (python here), but in some others, a symlink from .jnilib to
.dylib is/can be made just because the .dylib are build (for python this is the
case) with "bundle" flag

*I don't know whom libpython2.3.dylib is called, so I'm not sure this is
completely usefull here*

I found all my informations in "Mac OSX Panther for Unix geeks" + here :

<http://developer.apple.com/documentation/Java/Conceptual/Java14Development/Core_APIs/chapter_6_section_4.html>


Regards,
eric bachard

---------------------------------------------------------------------
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]

Reply via email to