From:             [EMAIL PROTECTED]
Operating system: windows 2000
PHP version:      4.3.0
PHP Bug Type:     GD related
Bug description:  build bundled gd2 fails - freetype related

Hi, please dont jump if this is a freetype error ;) I would just like to
know.

4.3.0 (same with 4.3.1) building bundled GD fails at link freetype is 206
(renamed freetype206.lib to freetype2.lib) on MSVC6

not sure if the warnings are relavent?

Linking...
LIBC.lib(crt0dat.obj) : error LNK2005: _exit already defined in
MSVCRT.lib(MSVCRT.dll)
LIBC.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in
MSVCRT.lib(cinitexe.obj)
LIBC.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in
MSVCRT.lib(cinitexe.obj)
LIBC.lib(crt0init.obj) : error LNK2005: ___xi_z already defined in
MSVCRT.lib(cinitexe.obj)
LIBC.lib(crt0init.obj) : error LNK2005: ___xi_a already defined in
MSVCRT.lib(cinitexe.obj)
LIBC.lib(crt0dat.obj) : warning LNK4006: _exit already defined in
MSVCRT.lib(MSVCRT.dll); second definition ignored
LIBC.lib(crt0init.obj) : warning LNK4006: ___xc_z already defined in
MSVCRT.lib(cinitexe.obj); second definition ignored
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.
-- 
Edit bug report at http://bugs.php.net/?id=22235&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22235&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22235&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22235&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22235&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22235&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22235&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22235&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22235&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22235&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22235&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22235&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22235&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22235&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22235&r=gnused

Reply via email to