ext/libxml problem
[email protected] (Niel)
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
Hi Is there any reason that ext/libxml ignores being built shared, or is this a bug? D:\Dev\C\PHP\php_5_3\vc9\x86\src>cscript /nologo configure.js --disable-all --en able-cli --without-ereg --with-iconv=shared --disable-ipv6 --with-libxml=shared --enable-object-out-dir="..\..\!Builds\x86" --with-simplexml . . . Enabled extensions: ----------------------- | Extension | Mode | ----------------------- | date | static | | iconv | shared | | libxml | static | | pcre | static | | reflection | static | | simplexml | static | | spl | static | | standard | static | ----------------------- Enabled SAPI: ------------- | Sapi Name | ------------- | cli | ------------- ------------------------------------------- | | | ------------------------------------------- | Build type | Release | | Thread Safety | Yes | | Compiler | MSVC9 (Visual C++ 2008) | | Architecture | x86 | ------------------------------------------- Type 'nmake' to build PHP D:\Dev\C\PHP\php_5_3\vc9\x86\src>nmake Microsoft (R) Program Maintenance Utility Version 9.00.30729.01 Copyright (C) Microsoft Corporation. All rights reserved. internal_functions.c C:\Program Files\Microsoft\SDKs\Windows\v6.1\include\Ws2tcpip.h(502) : warning C 4142: benign redefinition of type LINK : fatal error LNK1181: cannot open input file 'php_iconv.lib' NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft\Visual Studio\9.0\ VC\BIN\cl.exe"' : return code '0x2' Stop. -- Niel Archer niel.archer (at) blueyonder.co.uk