On Mon, Oct 18, 2004 at 05:36:31AM +0800, Rod Pinna wrote: > lyxtextclasslist.o(.dtors+0x0):lyxtextclasslist.C: undefined reference to > `__GLOBAL__D__ZNK16LyXTextClassList13NumberOfClassERKSs' > > mathed/.libs/libmathed.a(math_cursor.o)(.ctors+0x0):math_cursor.C: undefined > reference to `__GLOBAL__I_theCutBuffer' > mathed/.libs/libmathed.a(math_cursor.o)(.dtors+0x0):math_cursor.C: undefined > reference to `__GLOBAL__D_theCutBuffer' > mathed/.libs/libmathed.a(math_inset.o)(.ctors+0x0):math_inset.C: undefined > reference to `__GLOBAL__I__ZNK9MathInset6heightEv' > mathed/.libs/libmathed.a(math_inset.o)(.dtors+0x0):math_inset.C: undefined > reference to `__GLOBAL__D__ZNK9MathInset6heightEv' > frontends/.libs/libfrontends.a(FormPrint.o)(.ctors+0x0):FormPrint.C: undefined > reference to `__GLOBAL__I__ZN9FormPrintC2Ev' > frontends/.libs/libfrontends.a(FormPrint.o)(.dtors+0x0):FormPrint.C: undefined > reference to `__GLOBAL__D__ZN9FormPrintC2Ev' > frontends/.libs/libfrontends.a(FormTabular.o)(.ctors+0x0):FormTabular.C: > undefined reference to `__GLOBAL__I__ZN11FormTabularC2Ev'
Looks like all the global symbols are missing. No idea why. Note that you might have luck with compiling the Qt frontend using the 'Free' Qt from kde-cygwin. Andre'