Mail Archives: cygwin/2004/01/05/02:39:45
------_=_NextPart_000_01C3D35E.F8AA466E
Content-Type: text/plain;
charset="iso-8859-1"
Hey Cygwin users,
I'm having problems compiling lyx using g++ version 3.3.1 (more
specifically during the linking of various objects). I've attached a clip of
the final build log. Please have a look at this. Any help or pointers on
this will be much appreciated at this time as I'm blank on this.
Thanks,
Koundinya
------_=_NextPart_000_01C3D35E.F8AA466E
Content-Type: application/octet-stream;
name="lyx_err.log"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="lyx_err.log"
g++ -O -mms-bitfields -Wl,--export-all-symbols -o lyx.exe BufferView.o Buff=
erView_pimpl.o Bullet.o Chktex.o CutAndPaste.o DepTable.o FloatList.o Float=
ing.o FuncStatus.o InsetList.o LColor.o LaTeX.o LaTeXFeatures.o LyXAction.o=
MenuBackend.o paragraph_funcs.o ParagraphList.o ParagraphParameters.o Spac=
ing.o TextCache.o Thesaurus.o ToolbarDefaults.o boost.o boost-inst.o box.o =
buffer.o bufferlist.o bufferparams.o bufferview_funcs.o chset.o converter.o=
counters.o debug.o encoding.o exporter.o gettext.o factory.o funcrequest.o=
importer.o intl.o iterators.o kbmap.o kbsequence.o language.o lastfiles.o =
lengthcommon.o lyx_cb.o lyx_main.o lyx_sty.o lyxcursor.o lyxfont.o lyxfind.=
o lyxfunc.o lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o lyxlex_pimpl.o=
lyxrc.o lyxrow.o lyxserver.o lyxtextclass.o lyxtextclasslist.o lyxvc.o mai=
n.o paragraph.o paragraph_pimpl.o ispell.o pspell.o sgml.o tabular.o tabula=
r-old.o tabular_funcs.o tex-accent.o tex-strings.o texrow.o text.o text2.o =
text3.o toc.o trans.o trans_mgr.o undo.o undo_funcs.o vc-backend.o version.=
o vspace.o mathed/.libs/libmathed.a insets/.libs/libinsets.a frontends/.li=
bs/libfrontends.a -lflimage .libs/libimp-cygjpeg-62.a -lforms -lXpm graphic=
s/.libs/libgraphics.a support/.libs/libsupport.a ../boost/libs/regex/src/.l=
ibs/libboostregex.a ../boost/libs/signals/src/.libs/libboostsignals.a .libs=
/libimp-cygintl-2.a -L/usr/lib .libs/libimp-cygiconv-2.a -lSM -lICE -L/usr/=
X11R6/lib -lX11
TextCache.o(.ctors+0x0):TextCache.C: undefined reference to `__GLOBAL__I__Z=
N9TextCache7findFitEP6Bufferi'
TextCache.o(.dtors+0x0):TextCache.C: undefined reference to `__GLOBAL__D__Z=
N9TextCache7findFitEP6Bufferi'
lyxtextclasslist.o(.ctors+0x0):lyxtextclasslist.C: undefined reference to `=
__GLOBAL__I__ZNK16LyXTextClassList13NumberOfClassERKSs'
lyxtextclasslist.o(.dtors+0x0):lyxtextclasslist.C: undefined reference to `=
__GLOBAL__D__ZNK16LyXTextClassList13NumberOfClassERKSs'
mathed/.libs/libmathed.a(math_cursor.o)(.ctors+0x0):math_cursor.C: undefine=
d reference to `__GLOBAL__I_theCutBuffer'
mathed/.libs/libmathed.a(math_cursor.o)(.dtors+0x0):math_cursor.C: undefine=
d 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: undefi=
ned reference to `__GLOBAL__I__ZN9FormPrintC2Ev'
frontends/.libs/libfrontends.a(FormPrint.o)(.dtors+0x0):FormPrint.C: undefi=
ned reference to `__GLOBAL__D__ZN9FormPrintC2Ev'
frontends/.libs/libfrontends.a(FormTabular.o)(.ctors+0x0):FormTabular.C: un=
defined reference to `__GLOBAL__I__ZN11FormTabularC2Ev'
frontends/.libs/libfrontends.a(FormTabular.o)(.dtors+0x0):FormTabular.C: un=
defined reference to `__GLOBAL__D__ZN11FormTabularC2Ev'
frontends/.libs/libfrontends.a(checkedwidgets.o)(.ctors+0x0):checkedwidgets=
.C: undefined reference to `__GLOBAL__I__Z19addCheckedLyXLengthR20ButtonCon=
trollerBaseP7flobjs_S2_'
frontends/.libs/libfrontends.a(checkedwidgets.o)(.dtors+0x0):checkedwidgets=
.C: undefined reference to `__GLOBAL__D__Z19addCheckedLyXLengthR20ButtonCon=
trollerBaseP7flobjs_S2_'
Info: resolving _fl_display by linking to __imp__fl_display (auto-import)
Info: resolving _fl_root by linking to __imp__fl_root (auto-import)
Info: resolving _fl_screen by linking to __imp__fl_screen (auto-import)
Info: resolving _FL_EVENT by linking to __imp__FL_EVENT (auto-import)
Info: resolving _fl_vmode by linking to __imp__fl_vmode (auto-import)
Info: resolving _fl_state by linking to __imp__fl_state (auto-import)
Info: resolving _fl_current_form by linking to __imp__fl_current_form (auto=
-import)
Info: resolving _fl_calloc by linking to __imp__fl_calloc (auto-import)
Info: resolving _fl_free by linking to __imp__fl_free (auto-import)
collect2: ld returned 1 exit status
make[3]: *** [lyx.exe] Error 1
make[3]: Leaving directory `/home/koundinya/port/lyx-1.3.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/koundinya/port/lyx-1.3.3/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/koundinya/port/lyx-1.3.3/src'
make: *** [all-recursive] Error 1
------_=_NextPart_000_01C3D35E.F8AA466E
Content-Type: text/plain; charset=us-ascii
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
------_=_NextPart_000_01C3D35E.F8AA466E--
- Raw text -