To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103205
------- Additional comments from [email protected] Fri Jul 3 20:02:08 +0000 2009 ------- found a way to make extension installation work again: lower compiler optmization. # export ARCH_FLAGS="$CFLAGS" unset CFLAGS unset CXXFLAGS export ARCH_FLAGS="-march=x86-64 -Os" export CFLAGS="$ARCH_FLAGS" export CXXFLAGS="$ARCH_FLAGS" that made it work again. now please fix either OOo code or file it upstream as gcc bug. thanks caolan for help. --------------------------------------------------------------------- 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]
