To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=84499 Issue #|84499 Summary|basic: gcc 4.3.0 link time problem Component|scripting Version|OOo 2.3.1 RC1 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|cmc Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Wed Dec 12 16:25:34 +0000 2007 ------- i.e. the error at the bottom of this comment. The problem arises because gcc 4.3.0 isn't as easily fooled as before into generating template code. The attached patch fixes this. I'll hold onto this for a bit while I try a complete 4.3.0 build ../unxlngi6.pro/slo/image.o: In function `PCodeBuffConvertor': /usr/src/redhat/BUILD/OOG680_m9/basic/source/classes/../inc/codegen.hxx:92: undefined reference to `PCodeBuffConvertor<unsigned short, unsigned long>::convert()' ../unxlngi6.pro/slo/image.o: In function `SbiImage::Load(SvStream&, unsigned long&)': /usr/src/redhat/BUILD/OOG680_m9/basic/source/classes/image.cxx:212: undefined reference to `PCodeBuffConvertor<unsigned short, unsigned long>::convert()' ../unxlngi6.pro/slo/image.o: In function `PCodeBuffConvertor': /usr/src/redhat/BUILD/OOG680_m9/basic/source/classes/../inc/codegen.hxx:92: undefined reference to `PCodeBuffConvertor<unsigned long, unsigned short>::convert()' ../unxlngi6.pro/slo/image.o: In function `SbiImage::Save(SvStream&, unsigned long)': /usr/src/redhat/BUILD/OOG680_m9/basic/source/classes/image.cxx:359: undefined reference to `PCodeBuffConvertor<unsigned long, unsigned short>::convert()' collect2: ld returned 1 exit status dmake: Error code 1, while making '../unxlngi6.pro/lib/libsb680li.so' ---* tg_merge.mk *--- --------------------------------------------------------------------- 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]
