|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-07-26 20:33 UTC] pajoye@php.net
-Status: Open
+Status: Feedback
-Assigned To:
+Assigned To: pajoye
[2010-07-26 20:33 UTC] pajoye@php.net
[2010-07-26 20:46 UTC] markskilbeck@php.net
[2010-07-26 20:47 UTC] markskilbeck@php.net
-Status: Feedback
+Status: Bogus
[2010-07-26 20:47 UTC] markskilbeck@php.net
[2010-12-02 11:23 UTC] rquadling@php.net
[2010-12-02 11:27 UTC] rquadling@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 23:00:01 2025 UTC |
Description: ------------ Hey, guys. When I compile PHP with debug, I get these warnings which ultimately leave the executable useless. The vc90.pdb files appear in the ext/extname directories, but it seems they are not looked for in those directories. Any clues? Test script: --------------- C:\build\php\5.3\5.3.2\src>configure --enable-debug --with-extra-includes=..\..\ ..\include --with-extra-libs=..\..\..\lib --without-xml --without-libxml --witho ut-simplexml --disable-xmlreader --disable-xmlwriter --without-mysqlnd Expected result: ---------------- Compilation success Actual result: -------------- libiconv_a_debug.lib(iconv1.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'C:\build\php\lib\libiconv_a_debug.lib' or at 'C:\build\php\5.3\5.3.2\src\ Debug_TS\vc90.pdb'; linking object as if no debug info libiconv_a_debug.lib(localcharset1.obj) : warning LNK4099: PDB 'vc90.pdb' was no t found with 'C:\build\php\lib\libiconv_a_debug.lib' or at 'C:\build\php\5.3\5.3 .2\src\Debug_TS\vc90.pdb'; linking object as if no debug info libiconv_a_debug.lib(relocatable1.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'C:\build\php\lib\libiconv_a_debug.lib' or at 'C:\build\php\5.3\5.3. 2\src\Debug_TS\vc90.pdb'; linking object as if no debug info zlib_a_debug.lib(adler32.obj) : warning LNK4099: PDB 'vc90.pdb' was not found wi th 'C:\build\php\lib\zlib_a_debug.lib' or at 'C:\build\php\5.3\5.3.2\src\Debug_T S\vc90.pdb'; linking object as if no debug info zlib_a_debug.lib(compress.obj) : warning LNK4099: PDB 'vc90.pdb' was not found w ith 'C:\build\php\lib\zlib_a_debug.lib' or at 'C:\build\php\5.3\5.3.2\src\Debug_ TS\vc90.pdb'; linking object as if no debug info zlib_a_debug.lib(crc32.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'C:\build\php\lib\zlib_a_debug.lib' or at 'C:\build\php\5.3\5.3.2\src\Debug_TS\ vc90.pdb'; linking object as if no debug info zlib_a_debug.lib(deflate.obj) : warning LNK4099: PDB 'vc90.pdb' was not found wi th 'C:\build\php\lib\zlib_a_debug.lib' or at 'C:\build\php\5.3\5.3.2\src\Debug_T S\vc90.pdb'; linking object as if no debug info zlib_a_debug.lib(gzio.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'C:\build\php\lib\zlib_a_debug.lib' or at 'C:\build\php\5.3\5.3.2\src\Debug_TS\v c90.pdb'; linking object as if no debug info zlib_a_debug.lib(inffast.obj) : warning LNK4099: PDB 'vc90.pdb' was not found wi th 'C:\build\php\lib\zlib_a_debug.lib' or at 'C:\build\php\5.3\5.3.2\src\Debug_T S\vc90.pdb'; linking object as if no debug info zlib_a_debug.lib(inflate.obj) : warning LNK4099: PDB 'vc90.pdb' was not found wi th 'C:\build\php\lib\zlib_a_debug.lib' or at 'C:\build\php\5.3\5.3.2\src\Debug_T S\vc90.pdb'; linking object as if no debug info zlib_a_debug.lib(inftrees.obj) : warning LNK4099: PDB 'vc90.pdb' was not found w ith 'C:\build\php\lib\zlib_a_debug.lib' or at 'C:\build\php\5.3\5.3.2\src\Debug_ TS\vc90.pdb'; linking object as if no debug info zlib_a_debug.lib(trees.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'C:\build\php\lib\zlib_a_debug.lib' or at 'C:\build\php\5.3\5.3.2\src\Debug_TS\ vc90.pdb'; linking object as if no debug info zlib_a_debug.lib(uncompr.obj) : warning LNK4099: PDB 'vc90.pdb' was not found wi th 'C:\build\php\lib\zlib_a_debug.lib' or at 'C:\build\php\5.3\5.3.2\src\Debug_T S\vc90.pdb'; linking object as if no debug info zlib_a_debug.lib(zutil.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'C:\build\php\lib\zlib_a_debug.lib' or at 'C:\build\php\5.3\5.3.2\src\Debug_TS\ vc90.pdb'; linking object as if no debug info rc /n /fo Debug_TS\php-cgi.exe.res /d WANT_LOGO /d _DEBUG /d FILE_DESCR IPTION="\"CGI / FastCGI\"" /d FILE_NAME="\"php-cgi.exe\"" /d URL="\"http://www.p hp.net\"" /d INTERNAL_NAME="\"CGI SAPI\"" /d THANKS_GUYS="\"Thanks to Rasmus Ler dorf, Stig Bakken, Shane Caraveo, Dmitry Stogov\"" win32\build\template.rc Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385 Copyright (C) Microsoft Corporation. All rights reserved. SAPI sapi\cgi build complete php_cli.c php_cli_readline.c rc /n /fo Debug_TS\php.exe.res /d WANT_LOGO /d _DEBUG /d FILE_DESCRIPTI ON="\"CLI\"" /d FILE_NAME="\"php.exe\"" /d URL="\"http://www.php.net\"" /d INTER NAL_NAME="\"CLI SAPI\"" /d THANKS_GUYS="\"Thanks to Edin Kadribasic, Marcus Boer ger, Johannes Schlueter\"" win32\build\template.rc Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385 Copyright (C) Microsoft Corporation. All rights reserved. SAPI sapi\cli build complete