To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41018
                  Issue #:|41018
                  Summary:|"-rpath $ORIGIN" allowing OOo2 to be prelinkable
                Component:|porting
                  Version:|680m72
                 Platform:|PC
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|cmc
              Reported by:|cmc





------- Additional comments from [EMAIL PROTECTED] Thu Jan 20 02:37:33 -0800 
2005 -------
Some distributions run prelink over their libraries automatically, e.g. nightly
cronjob. prelink can theoretically speed up launch time for applications. 

OOo installs itself outside the normal lib dir structure, so prelink doesn't
know where to find the dependencies of the OOo libraries. Because the majority
of its libraries are linked with -rpath $ORIGIN prelink has no problems with
finding the dependancies of most of the libraries, but some (generally the
external libraries) do not have -rpath ORIGIN in use so prelink ultimately 
fails.

The following relatively trivial set of patches reflects the setsolared
LINKFLAGS into the critical external components which then allows the OOo libs
to be prelinked gaining whatever prelinkable advantages are possible.

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