bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

error


From: Muhammad Ashraf Nadeem
Subject: error
Date: Wed, 1 Aug 2007 10:46:50 +0500

dears hi
i am compinling thunderbird on my windows plateform by using mingw.  ./configure is successful but there is problem in make command. here is some last lines of the output. please help me to solve the problem and get rid of this error.
thanks.
these are last lines of the make command

/c/mozilla-build/moztools/bin/nsinstall -m 755 xpt_dump.exe xpt_link.exe ../../../../dist/sdk/bin
make[6]: Leaving directory `/c/mozilla-build/mozilla/xpcom/typelib/xpt/tools'
make[5]: Leaving directory `/c/mozilla-build/mozilla/xpcom/typelib/xpt/tools'
make[4]: Leaving directory `/c/mozilla-build/mozilla/xpcom/typelib/xpt'
make[4]: Entering directory `/c/mozilla-build/mozilla/xpcom/typelib/xpidl'
make[5]: Entering directory `/c/mozilla-build/mozilla/xpcom/typelib/xpidl'
link -NOLOGO -OUT:xpidl.exe -PDB:xpidl.pdb     -SUBSYSTEM:CONSOLE -NODEFAULTLIB:MSVCRTD xpidl.obj xpidl_idl.obj xpidl_util.obj xpidl_header.obj xpidl_typelib.obj xpidl_doc.obj xpidl_java.obj ./module.res ../../../dist/lib/xpt.lib /c/mozilla-build/moztools/lib/libidl- 0.6.lib /c/mozilla-build/moztools/lib/glib-1.2.lib  kernel32.lib user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib
LIBCMT.lib(_file.obj) : error LNK2005: ___iob_func already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(crt0dat.obj) : error LNK2005: __amsg_exit already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(crt0dat.obj) : error LNK2005: __initterm_e already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(crt0dat.obj ) : error LNK2005: _exit already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(crt0dat.obj) : error LNK2005: __exit already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(crt0dat.obj) : error LNK2005: __cexit already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(fflush.obj) : error LNK2005: _fflush already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(setlocal.obj) : error LNK2005: __configthreadlocale already defined in MSVCRT.lib(MSVCR80.dll )
LIBCMT.lib(setlocal.obj) : error LNK2005: _setlocale already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(tidtable.obj) : error LNK2005: __encode_pointer already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(tidtable.obj ) : error LNK2005: __decode_pointer already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(calloc.obj) : error LNK2005: _calloc already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(realloc.obj) : error LNK2005: _realloc already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(crt0init.obj) : error LNK2005: ___xi_a already defined in MSVCRT.lib(cinitexe.obj )
LIBCMT.lib(crt0init.obj) : error LNK2005: ___xi_z already defined in MSVCRT.lib(cinitexe.obj)
LIBCMT.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in MSVCRT.lib(cinitexe.obj)
LIBCMT.lib(crt0init.obj ) : error LNK2005: ___xc_z already defined in MSVCRT.lib(cinitexe.obj)
LIBCMT.lib(winxfltr.obj) : error LNK2005: __XcptFilter already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(mlock.obj) : error LNK2005: __unlock already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(mlock.obj) : error LNK2005: __lock already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(dosmap.obj) : error LNK2005: __errno already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib (crt0.obj) : error LNK2005: _mainCRTStartup already defined in MSVCRT.lib(crtexe.obj)
LIBCMT.lib(errmode.obj) : error LNK2005: ___set_app_type already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(osfinfo.obj) : error LNK2005: __get_osfhandle already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(isctype.obj) : error LNK2005: __isctype already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib(getenv.obj) : error LNK2005: _getenv already defined in MSVCRT.lib(MSVCR80.dll)
LIBCMT.lib (tolower.obj) : error LNK2005: _tolower already defined in MSVCRT.lib(MSVCR80.dll)
MSVCRT.lib(MSVCR80.dll) : error LNK2005: __strdup already defined in LIBCMT.lib(strdup.obj)
   Creating library xpidl.lib and object xpidl.exp
LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
xpidl.exe : fatal error LNK1169: one or more multiply defined symbols found
make[5]: *** [xpidl.exe] Error 145
make[5]: Leaving directory `/c/mozilla-build/mozilla/xpcom/typelib/xpidl'
make[4]: *** [export] Error 2
make[4]: Leaving directory `/c/mozilla-build/mozilla/xpcom/typelib/xpidl'
make[3]: *** [export] Error 2
make[3]: Leaving directory `/c/mozilla-build/mozilla/xpcom/typelib'
make[2]: *** [export] Error 2
make[2]: Leaving directory `/c/mozilla-build/mozilla/xpcom'
make[1]: *** [tier_2] Error 2
make[1]: Leaving directory `/c/mozilla-build/mozilla'
make: *** [default] Error 2




waiting for your response
A.Nadeem

reply via email to

[Prev in Thread] Current Thread [Next in Thread]