All pastes #2096166 Raw Edit

ispell.lib linker fails

public text v1 · immutable
#2096166 ·published 2011-12-24 14:57 UTC
rendered paste body
[ build LNK ] Library/ispell.lib
R=d:/ && O=d:/libo/solver/wntmsci12.pro && W=d:/libo/workdir/wntmsci12.pro && S=d:/libo &&  mkdir -p $W/LinkTarget/Library/ && rm -f $W/LinkTarget/Library/ispell.lib && RESPONSEFILE=C:/cygwin/tmp/gbuild.nzBuJm && link -DLL -release -opt:noref -incremental:no -debug -safeseh -nxcompat -dynamicbase     -SUBSYSTEM:CONSOLE -MACHINE:IX86 -MANIFEST -LIBPATH:D:/libo/solver/wntmsci12.pro/lib -LIBPATH:C:/PROGRA~1/MICROS~1.0/VC/lib -LIBPATH:C:/PROGRA~1/MI2578~1/Windows/v6.0A/lib -LIBPATH:C:/PROGRA~1/MI2578~1/Windows/v6.0A/lib    @${RESPONSEFILE} uwinapi.lib advapi32.lib icppu.lib icppuhelper.lib ii18nisolang.lib ilng.lib isal.lib itools.lib iutl.lib ulingu.lib  libhunspell.lib   user32.lib -out:$W/LinkTarget/Library/spelllo.dll -implib:$W/LinkTarget/Library/ispell.lib; RC=$?; rm ${RESPONSEFILE} ; if [ ! -f $W/LinkTarget/Library/spelllo.dll ]; then rm -f $W/LinkTarget/Library/ispell.lib && false; fi  ; exit $RC
Microsoft (R) Incremental Linker Version 9.00.21022.08
Copyright (C) Microsoft Corporation.  All rights reserved.

d:/libo/workdir/wntmsci12.pro/CxxObject/lingucomponent/source/spellcheck/spell/sreg.o d:/libo/workdir/wntmsci12.pro/CxxObject/lingucomponent/source/spellcheck/spell/sspellimp.o
   Creating library d:/libo/workdir/wntmsci12.pro/LinkTarget/Library/ispell.lib and object d:/libo/workdir/wntmsci12.pro/LinkTarget/Library/ispell.exp
LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
ulingu.lib(csutil.obj) : error LNK2019: unresolved external symbol _u_toupper_44 referenced in function "unsigned short __cdecl unicodetoupper(unsigned short,int)" (?unicodetoupper@@YAGGH@Z)
ulingu.lib(csutil.obj) : error LNK2019: unresolved external symbol _u_tolower_44 referenced in function "unsigned short __cdecl unicodetolower(unsigned short,int)" (?unicodetolower@@YAGGH@Z)
ulingu.lib(csutil.obj) : error LNK2019: unresolved external symbol _u_isalpha_44 referenced in function "int __cdecl unicodeisalpha(unsigned short)" (?unicodeisalpha@@YAHG@Z)
d:/libo/workdir/wntmsci12.pro/LinkTarget/Library/spelllo.dll : fatal error LNK1120: 3 unresolved externals
make: *** [/cygdrive/d/libo/workdir/wntmsci12.pro/LinkTarget/Library/ispell.lib] Error 96