Hi , I am getting this when trying to build the bundled GD2 on win32 with 4.3.0...
few warnings similar to this them...
LIBC.lib(crt0init.obj) : warning LNK4006: xc_a already defined in MSVCRT.lib(cinitexe.obj); second definition ignored
LIBC.lib(crt0init.obj) : warning LNK4006: xi_z already defined in MSVCRT.lib(cinitexe.obj); second definition ignored
LIBC.lib(crt0init.obj) : warning LNK4006: __xi_a already defined in MSVCRT.lib(cinitexe.obj); second definition ignored
Creating library Release_TS/php_gd2.lib and object Release_TS/php_gd2.exp
LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
freetype2.lib(ftbase.obj) : error LNK2001: unresolved external symbol ft_debug_init
....\Release_TS/php_gd2.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
can anyone translate that for me 🙂 - is it freetpye or the bundled GD thats causing the problem (freetype compiled without a murmur)