Hi,

I have now a new error in the compilation. I'm compilating NG (RC-4 with scons) in windows.
It's about libraries:

MSVCRTD.lib(MSVCR71D.dll) : warning LNK4006: __strnicmp ya se definió en LIBCMTD
.lib(strnicmp.obj); segunda definición omitida
MSVCRTD.lib(MSVCR71D.dll) : warning LNK4006: __read ya se definió en LIBCMTD.lib
(read.obj); segunda definición omitida
MSVCRTD.lib(MSVCR71D.dll) : warning LNK4006: _wctomb ya se definió en LIBCMTD.li
b(wctomb.obj); segunda definición omitida
MSVCRTD.lib(MSVCR71D.dll) : warning LNK4006: _isxdigit ya se definió en LIBCMTD.
lib(_ctype.obj); segunda definición omitida
MSVCRTD.lib(MSVCR71D.dll) : warning LNK4006: _ispunct ya se definió en LIBCMTD.l
ib(_ctype.obj); segunda definición omitida
MSVCRTD.lib(MSVCR71D.dll) : warning LNK4006: __resetstkoflw ya se definió en LIB
CMTD.lib(resetstk.obj); segunda definición omitida
MSVCRTD.lib(MSVCR71D.dll) : warning LNK4006: _abort ya se definió en LIBCMTD.lib
(abort.obj); segunda definición omitida
MSVCRTD.lib(MSVCR71D.dll) : warning LNK4006: _fwrite ya se definió en LIBCMTD.li
b(fwrite.obj); segunda definición omitida
MSVCRTD.lib(MSVCR71D.dll) : warning LNK4006: _isupper ya se definió en LIBCMTD.l
ib(_ctype.obj); segunda definición omitida
MSVCRTD.lib(MSVCR71D.dll) : warning LNK4006: _signal ya se definió en LIBCMTD.li
b(winsig.obj); segunda definición omitida
Creando biblioteca debug\wengophone\src\presentation\qt\qtwengophone.lib y ob
jeto debug\wengophone\src\presentation\qt\qtwengophone.exp
LINK : warning LNK4098: la biblioteca predeterminada'MSVCRTD' está en conflicto
con otras bibliotecas; use la biblioteca /NODEFAULTLIB:biblioteca
LINK : warning LNK4098: la biblioteca predeterminada'LIBCMTD' está en conflicto
con otras bibliotecas; use la biblioteca /NODEFAULTLIB:biblioteca
debug\wengophone\src\presentation\qt\qtwengophone.exe : fatal error LNK1169: se
encontraron uno o más símbolos definidos simultáneamente
scons: *** [debug\wengophone\src\presentation\qt\qtwengophone.exe] Error 1169
scons: building terminated because of errors.


It says that MSVCRTD and LIBCMTD libraries are in conflict with other libraries and says to use /NODEFAULTLIB:library
How resolve this?

Thank you
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to