>>>>> "Bill" == Bill Alexander <[EMAIL PROTECTED]> writes:
Bill> Sorry to add yet another build failure question... I'm using
Bill> HP-UX 10.2 with egcs-1.1.2.
Bill> When building LyX 1.0.2, everything works fine up until the
Bill> final link, when there appears to be a missing object:
[...]
Bill> collect2: ld terminated with signal 10 , core dumped
Bill> /usr/ccs/bin/ld: Unsatisfied symbols:
Bill> LyXServer::callback(LyXServer *, LString const &)(data)
I really don't understand why this can happen... And what does the
(data) mean?
Bill> I'm not any good at C++, so I can't diagnose this much further.
Bill> Can anyone offer a suggestion? I observed the same error with
Bill> lyx-1.1.1.
The code seems alright to me from the C++ point of view. It might be a
problem with the linker (which is certainly not supposed to dump core,
anyway).
Sorry I can't be more helpful.
JMarc