I am trying to build svn source statically.As svn.exe depends on livsvn_client, libsvn_subr, libsvn_wc, libsvn_ra, libsvn_diff, libsvn_delta so i build related libraries using /MT option.But i am facing the below error after build.
svn_subr-1.lib(mergeinfo.obj) : error LNK2001: unresolved external symbol __pctype
svn_subr-1.lib(mergeinfo.obj) : error LNK2001: unresolved external symbol ___mb_cur_max
..\..\..\\Release\subversion\svn\svn.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
Can someone please help me to solve this issue.I am using visual c++ 6.0 and windows xp platform.