I actually got the same problem compiling on my Linux machine: frontends/.libs/libfrontends.a(FormError.o): In function `FormError::update(void)': FormError.o(.text+0x184): undefined reference to `ControlInset<InsetError, basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0> > >::params(void)' FormError.o(.text+0x184): relocation truncated to fit: R_PPC_REL24 ControlInset<InsetError, basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0> > >::params(void) collect2: ld returned 1 exit status make[3]: *** [lyx] Error 1 make[3]: Leaving directory `/home/henrik/src/lyx-1.2.0/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/henrik/src/lyx-1.2.0/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/henrik/src/lyx-1.2.0/src' make: *** [all-recursive] Error 1
$ uname -a Linux localhost.edlund.org 2.4.19-pre8-ben0 #1 Thu May 16 01:55:41 CEST 2002 ppc unknown $ gcc --version 2.95.3 $ ld --version GNU ld version 2.11.92.0.12 20011121 I am still not on the list, so please CC me. TIA, Henrik On Thu, 30 May 2002, Henrik Edlund wrote: HE> I got this during gmake, at the end during linking it seems. HE> HE> ./configure --with-extra-prefix=/sw/X11 --prefix=/sw/lyx-1.2.0 --enable-optimization=-O3 HE> HE> hened@styr12:~> uname -a HE> SunOS xxx.yyy.zzz 5.8 Generic_108528-14 sun4u sparc SUNW,Ultra-5_10 HE> HE> Undefined first referenced HE> symbol in file HE> ControlInset<InsetError, basic_string<char, string_char_traits<char>, HE> __default_alloc_template<false, 0> > HE> >::params(void)frontends/.libs/libfrontends.a(FormError.o) HE> ld: fatal: Symbol referencing errors. No output written to lyx HE> collect2: ld returned 1 exit status HE> gmake[3]: *** [lyx] Error 1 HE> gmake[3]: Leaving directory `/src/info/lyx/lyx-1.2.0/src' HE> gmake[2]: *** [all-recursive] Error 1 HE> gmake[2]: Leaving directory `/src/info/lyx/lyx-1.2.0/src' HE> gmake[1]: *** [all] Error 2 HE> gmake[1]: Leaving directory `/src/info/lyx/lyx-1.2.0/src' HE> gmake: *** [all-recursive] Error 1 HE> HE> HE> Anyone can tell me what is wrong? Compiling 1.1.6 worked very well. The HE> libXpm and libforms libs are in /sw/X11/lib. HE> HE> I am not on the list, so please CC my any reply. -- http://www.ida.liu.se/~hened/