Hi, I'm fairly new to this list, so please forgive me if this topic has already been discussed but I couldn't find it in the archive. My problem is, that starting with version 1.1.3 I can't compile lyx anymore. My system is SuSE 6.0 (2.0.36) with egcs-2.91.66. During the final link I get the following error messages: support/.libs/libsupport.a(LRegex.o): In function `vector<pair<unsigned int, unsigned int>, __default_alloc_template<true, 0> >::insert_aux(pair<unsigned int, unsigned int> *, pair<unsigned int, unsigned int> const &)': /usr/local/include/g++/stl_uninitialized.h(.text+0x53): undefined reference to `regcomp(re_pattern_buffer *, char const *, int)' support/.libs/libsupport.a(LRegex.o): In function `LRegex::~LRegex(void)': lyx-devel/src/support/LRegex.C:40: undefined reference to `regfree(re_pattern_buffer *)' support/.libs/libsupport.a(LRegex.o): In function `LRegex::exec(lyxstring const &) const': lyx-devel/src/support/LRegex.C:96: undefined reference to `regexec(re_pattern_buffer const *, char const *, unsigned int, regmatch_t *, int)' support/.libs/libsupport.a(LRegex.o): In function `LRegex::exact_match(lyxstring const &) const': lyx-devel/src/support/LRegex.C:48: undefined reference to `regexec(re_pattern_buffer const *, char const *, unsigned int, regmatch_t *, int)' support/.libs/libsupport.a(LRegex.o): In function `LRegex::first_match(lyxstring const &) const': lyx-devel/src/support/LRegex.C:61: undefined reference to `regexec(re_pattern_buffer const *, char const *, unsigned int, regmatch_t *, int)' support/.libs/libsupport.a(LRegex.o): In function `LRegex::getError(void) const': lyx-devel/src/support/LRegex.C:72: undefined reference to `regerror(int, re_pattern_buffer const *, char *, unsigned int)' lyx-devel/src/support/LRegex.C:74: undefined reference to `regerror(int, re_pattern_buffer const *, char *, unsigned int)' collect2: ld returned 1 exit status (The messages shown apply to the CVS-version, but they are identical for 1.1.3 and 1.1.4) I know there was a larger rewrite of the code for 1.1.3, but I can't figure out why the versions don't compile anymore. Thanks in advance for your help. CU Armin -- Armin Geisse email: [EMAIL PROTECTED]