Am Sonntag, 15. Oktober 2006 13:31 schrieb Michael Gerz: > Georg, > > I get these link errors: > > debug/libs/libsupport.a(docstream.o) (.gnu.linkonce.t._ZN65_GLOBAL__N__home_software_lyx_trunk_src_support_docstre > am.CD0sejc18utf8_codecvt_facetC1ESt13_Ios_Openmodej+0xb6): In function > `(anonymous namespace)::utf8_codecvt_facet > ::do_max_length() const': > /home/software/lyx-trunk/src/support/docstream.C: undefined reference to > `libintl_fprintf'
Are you sure that your tree is clean? The only statement in do_max_length() is return 6; I don't understand how that could create a reference to libintl_fprintf. Do you use any special configure flags? Georg