php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9376 php_zlib.dll compile errors
Submitted: 2001-02-21 12:09 UTC Modified: 2001-02-25 07:42 UTC
From: cynic at mail dot cz Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (21/02/2001) OS: NT 5
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cynic at mail dot cz
New email:
PHP Version: OS:

 

 [2001-02-21 12:09 UTC] cynic at mail dot cz
--------------------Configuration: zlib - Win32 Release_TS--------------------
Compiling...
zlib.c
D:\compile\php\php4-200102210745\ext\zlib\zlib.c(939) : warning C4244: '=' : conversion from 'double ' to 'unsigned int ', possible loss of data
Linking...
xilink6: executing 'D:\MSDEV\VC98\bin\link.exe'
   Creating library Release_TS/php_zlib.lib and object Release_TS/php_zlib.exp
zlib.obj : error LNK2001: unresolved external symbol _gzclose
zlib.obj : error LNK2001: unresolved external symbol _zlibVersion
zlib.obj : error LNK2001: unresolved external symbol _gzgets
zlib.obj : error LNK2001: unresolved external symbol _gzdopen
zlib.obj : error LNK2001: unresolved external symbol _gzeof
zlib.obj : error LNK2001: unresolved external symbol _gzgetc
zlib.obj : error LNK2001: unresolved external symbol _gzwrite
zlib.obj : error LNK2001: unresolved external symbol _gzrewind
zlib.obj : error LNK2001: unresolved external symbol _gztell
zlib.obj : error LNK2001: unresolved external symbol _gzseek
zlib.obj : error LNK2001: unresolved external symbol _gzread
zlib.obj : error LNK2001: unresolved external symbol _zError
zlib.obj : error LNK2001: unresolved external symbol _compress
zlib.obj : error LNK2001: unresolved external symbol _compress2
zlib.obj : error LNK2001: unresolved external symbol _uncompress
zlib.obj : error LNK2001: unresolved external symbol _deflateEnd
zlib.obj : error LNK2001: unresolved external symbol _deflate
zlib.obj : error LNK2001: unresolved external symbol _deflateInit2_
zlib.obj : error LNK2001: unresolved external symbol _inflateEnd
zlib.obj : error LNK2001: unresolved external symbol _inflate
zlib.obj : error LNK2001: unresolved external symbol _inflateInit2_
zlib.obj : error LNK2001: unresolved external symbol _crc32
zlib.obj : error LNK2001: unresolved external symbol _deflateInit_
..\..\Release_TS/php_zlib.dll : fatal error LNK1120: 23 unresolved externals
Error executing xilink6.exe.

php_zlib.dll - 24 error(s), 1 warning(s)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-25 07:42 UTC] sbergmann@php.net
Fixed in CVS.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 19:01:28 2025 UTC