Advertisement
Guest User

Untitled

a guest
Dec 25th, 2011
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. [ build LNK ] Library/ispell.lib
  2. 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.TTgON4 && 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
  3. Microsoft (R) Incremental Linker Version 9.00.21022.08
  4. Copyright (C) Microsoft Corporation. All rights reserved.
  5.  
  6. d:/libo/workdir/wntmsci12.pro/CxxObject/lingucomponent/source/spellcheck/spell/sreg.o d:/libo/workdir/wntmsci12.pro/CxxObject/lingucomponent/source/spellcheck/spell/sspellimp.o
  7. Creating library d:/libo/workdir/wntmsci12.pro/LinkTarget/Library/ispell.lib and object d:/libo/workdir/wntmsci12.pro/LinkTarget/Library/ispell.exp
  8. LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
  9. 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)
  10. 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)
  11. ulingu.lib(csutil.obj) : error LNK2019: unresolved external symbol _u_isalpha_44 referenced in function "int __cdecl unicodeisalpha(unsigned short)" (?unicodeisalpha@@YAHG@Z)
  12. d:/libo/workdir/wntmsci12.pro/LinkTarget/Library/spelllo.dll : fatal error LNK1120: 3 unresolved externals
  13. make: *** [/cygdrive/d/libo/workdir/wntmsci12.pro/LinkTarget/Library/ispell.lib] Error 96
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement