Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8010 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43891 invoked by uid 1010); 19 Feb 2004 23:30:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 43865 invoked from network); 19 Feb 2004 23:30:04 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 19 Feb 2004 23:30:04 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 81A80148808A; Thu, 19 Feb 2004 15:28:48 -0800 (PST) Received: from zaneeb.thebrainroom.net (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id 761451488088; Thu, 19 Feb 2004 15:28:39 -0800 (PST) Received: from titan (titan.thebrainroom.net [82.133.1.139]) by zaneeb.thebrainroom.net (8.11.6/8.11.6) with SMTP id i1JNTrD31808; Thu, 19 Feb 2004 23:29:53 GMT Message-ID: <008301c3f740$4795c0b0$8b018552@titan> To: "Michael Sisolak" , References: <20040219225457.13200.qmail@web13422.mail.yahoo.com> Date: Thu, 19 Feb 2004 23:29:54 -0000 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 X-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_30,QUOTED_EMAIL_TEXT,REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] PHP5 Win32 Build w/o XML Link Failure From: wez@thebrainroom.com ("Wez Furlong") We currently depend on the iconv symbols being found in our libxml. That error can probably be solved by disabling the iconv extension though. It is safe to ignore errors when nmaking clean. --Wez. ----- Original Message ----- From: "Michael Sisolak" To: Sent: Thursday, February 19, 2004 10:54 PM Subject: [PHP-DEV] PHP5 Win32 Build w/o XML Link Failure > I'm trying to build a Win32 PHP5 without XML support (to determine how > much of my 3+ megabyte php5ts.dll can be attributed to it). Using the > latest snapshot (php5-200402191230) and this configure line: > > cscript //nologo configure.js > --with-extra-includes=..\openssl-0.9.7c\include;..\iconv-1.9.1\include;.. \libxml2-2.6.6\include;..\freetype-2.1.7-1\include;..\libjpeg-6b\include;.. \libpng-1.2.5\include > --with-extra-libs=..\openssl-0.9.7c\lib;..\iconv-1.9.1\lib;..\libxml2-2.6 .6\lib;..\freetype-2.1.7-1\lib;..\libjpeg-6b\lib;..\libpng-1.2.5\lib > --without-libxml --without-simplexml --without-xml --without-dom > --without-wddx --with-gd=shared --with-sqlite=shared --with-mssql > --with-openssl --enable-isapi > > I end up with this error on the "nmake": > > Creating library Release_TS\php5ts.lib and object > Release_TS\php5ts.exp > iconv.obj : error LNK2019: unresolved external symbol _libiconv > referenced in function __php_iconv_appendl > iconv.obj : error LNK2019: unresolved external symbol _libiconv_close > referenced in function _php_iconv_string > iconv.obj : error LNK2019: unresolved external symbol _libiconv_open > referenced in function _php_iconv_string > iconv.obj : error LNK2019: unresolved external symbol > __libiconv_version referenced in function _zm_startup_miconv > Release_TS\php5ts.dll : fatal error LNK1120: 4 unresolved externals > > I'm also having trouble with "nmake clean" which reports: > > Cleaning SAPI > Could Not Find > C:\Work\php-source\php5-20040219123\Release_TS\php5ts.dll > Cleaning build dirs > rmdir /s /q Release_TS\php-5.0.0RC1-dev > The system cannot find the file specified. > > Michael Sisolak > msisolak@yahoo.com > > __________________________________ > Do you Yahoo!? > Yahoo! Mail SpamGuard - Read only the mail you want. > http://antispam.yahoo.com/tools > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > >