Hi, I moved building of AOO on OS/2 from gcc 4.4.6 to gcc 4.7.3. Everything seems of except for a minor issue: on some modules, UNO constructors from CPPULIB are now required to link dlls. I'm getting this errror
Error! E2028: _uno_any_construct is an undefined reference Error! E2028: _uno_type_any_construct is an undefined reference Error! E2028: _uno_any_destruct is an undefined reference Error! E2028: _uno_type_any_assign is an undefined reference mainly in filter graphicfilter dlls and in i18npool/source/textconversion/data/. Adding CPPULIB satisfies the linker. do you have any ideas what could be wrong? thanks, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org