Anyone build LyX 1.2.x successfully on HP-UX 11i with GCC 3.1.1 or 3.2? With 3.2, I get errors like: typeinfo name for MathStackrelInset(first referenced in mathed/.libs/libmathed.a(formulabase.o)) (data) ControlInset<InsetGraphics, InsetGraphicsParams>::updateSlot(bool) (first referenced in frontends/.libs/libfrontends.a(Alert.o)) (code) typeinfo name for InsetError(first referenced in insets/.libs/libinsets.a(inset.o)) (data) typeinfo name for InsetParent(first referenced in insets/.libs/libinsets.a(inset.o)) (data) ...
However: $ cd src/frontends/.libs $ nm -C libfrontends.a | grep updateSlot | grep InsetGraphicsParams U ControlInset<InsetGraphics, InsetGraphicsParams>::updateSlot(bool) 00000000 t ControlInset<InsetGraphics, InsetGraphicsParams>::updateSlot(bool) -- albert chin ([EMAIL PROTECTED])