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





------- Additional comments from [EMAIL PROTECTED] Wed Jan  3 04:04:26 -0800 
2007 -------
Don't know how Mac OS X handles it, but make sure that

1. the ICU internal linkage is available. In Unix environments the
   versioned .so.$MAJOR$MINOR is required:
   cd icu/unxlngi6.pro/lib ; ldd libicule.so | grep libicuuc
        libicuuc.so.36 => .../icu/unxlngi6.pro/lib/./libicuuc.so.36

2. for linkage in the OOo environment during build time the unversioned
   symbolic link is available in the solver after deliver.

3. the resulting OOo linkage should be the same as internal ICU.

4. for the install set the .so.$MAJOR$MINOR.$MICRO is packaged and
   a symbolic link of .so.$MAJOR$MINOR to that is created, handled by
   scp2/source/ooo/shortcut_ooo.scp


Adding this all up results in the solver how it is currently created
from the d.lst and the linklib statements:

    libicuuc.so -> libicuuc.so.36.0
    libicuuc.so.36 -> libicuuc.so.36.0
    libicuuc.so.36.0


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