To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=34676
------- Additional comments from [EMAIL PROTECTED] Mon Jan 31 07:45:19 -0800 2005 ------- Martin, We either need to implement these symbols ourselves (bad), or link against libsupc++.a which is where these are defined. --- sal/util/makefile.mk.foo 2004-12-21 14:38:37.314521336 -0500 +++ sal/util/makefile.mk 2004-12-21 14:46:52.495159848 -0500 @@ -146,6 +146,10 @@ SHL1STDLIBS+=-init InitLibrary -term ExitLibrary .ENDIF # MAC +.IF "$(OS)"=="LINUX" +SHL1STDLIBS+= -Wl,-Bstatic -lsupc++ -Wl,-Bdynamic -lgcc_s +.ENDIF + .IF "$(GUI)"=="UNX" .IF "$(OS)"=="SOLARIS" # libposix4.so (SunOS 5.6) <-> librt.so (SunOS >= 5.7) --------------------------------------------------------------------- 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]
