php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22235 build bundled gd2 fails - freetype related
Submitted: 2003-02-15 14:45 UTC Modified: 2003-02-15 16:10 UTC
From: fire at firepages dot org Assigned:
Status: Not a bug Package: GD related
PHP Version: 4.3.0 OS: windows 2000
Private report: No CVE-ID: None
 [2003-02-15 14:45 UTC] fire at firepages dot org
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-15 16:10 UTC] iliaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

It could very well be a freetype issue or something else on your system. Bundled GD builds just fine on PHP's win32 snapshot server.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 03:01:29 2024 UTC