To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44027
                  Issue #:|44027
                  Summary:|Problem using nptl only
                Component:|porting
                  Version:|current
                 Platform:|Opteron/x86_64
                      URL:|
               OS/Version:|Linux
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|mh
              Reported by:|dboli42





------- Additional comments from [EMAIL PROTECTED] Thu Mar  3 14:03:27 -0800 
2005 -------
In sal/osl/unx/process.c the call pthread_kill_other_threads_np is used.  This
is required in linux_thread, but doesn't exist in nptl, as a result, building
with nptl only fails.  Commenting out the offending call solves the problem
(pthread_kill_other_threads_np simply isn't required in nptl).  It would be nice
if nptl was checked for (or if this call was simply removed).

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