I have been trying to port LyX-1.1.6fix4 to a Hewlett-Packard workstation (HP-UX 10.20). There is a minor difficulty with configure: libXpm and perl are only recognized, if they can be found under /usr/local/lib or /usr/localbin, resp., irrespeective of what the configure flags (--with-extra-lib ...), the PERL variable, or the PATH variable are.
The compilation (using gcc-3.0.1) succeeds, but the loader reports unsatisfies symbols and a segmentation fault: ld terminated with signal 11 [Segmentation fault] /usr/ccs/bin/ld: Unsatisfied symbols: virtual thunk to SigC::Object::~Object()(data) virtual thunk to SigC::Object::~Object()(data) virtual thunk to FormBase::~FormBase()(data) typeinfo for InsetButton(data) virtual thunk to FormBase::~FormBase()(data) Any ideas what is going wrong? Regards, Ulrich Deiters