To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=62434 Issue #:|62434 Summary:|Link libsalcpprt.a into C++ executables Component:|sdk Version:|680 Platform:|All URL:| OS/Version:|Linux Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|usability Assigned to:|jsc Reported by:|sb
------- Additional comments from [EMAIL PROTECTED] Wed Feb 22 05:50:16 -0800 2006 ------- When building (C++) execuables with the SDK, make sure that on Linux libsalcpprt.a is linked in (which defines global new/delete to use rtl_allocate/freeMemory). (On Solaris and Windows, salcpprt is not used, as it does not work for technical linking reasons on those platforms.) There are two reasons to do this: First, to be consistent with OOo's own applications (soffice.bin, uno.bin, etc.). Second, with issue 47132 not yet fixed, reportedly self-built executables on Linux failed on some machines (as the UNO bridges wanted to execute code written to the heap, which for some reason was not executable on those machines; that problem does not occur with libsalcpprt.a-linked executables, as rtl_allocateMemory always uses executable memory). --------------------------------------------------------------------- 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]