Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21062 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36165 invoked by uid 1010); 6 Dec 2005 12:12:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36150 invoked from network); 6 Dec 2005 12:12:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2005 12:12:11 -0000 X-Host-Fingerprint: 212.183.41.83 M2475P019.adsl.highway.telekom.at Received: from ([212.183.41.83:17384] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 4D/7F-14828-A1085934 for ; Tue, 06 Dec 2005 07:12:10 -0500 Message-ID: <4D.7F.14828.A1085934@pb1.pair.com> To: internals@lists.php.net Date: Tue, 06 Dec 2005 13:11:41 +0100 Organization: IWORKS User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040803 [ http://iworks.at ] X-Accept-Language: de-AT, de-DE, de, en, en-GB, en-US MIME-Version: 1.0 References: <4393e133.47583420.2ad0.1e46@mx.gmail.com> In-Reply-To: <4393e133.47583420.2ad0.1e46@mx.gmail.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 212.183.41.83 Subject: Re: Building PHP5 From: mike@php.net (Michael Wallner) Hi Matthew Moody, you wrote: > Where do these two belong on the build system for a Win32 build? > > - bindlib_w32 > - win32build IIRC this *is* described in the manual. You need to build the bindlib_w32 project, and make your build env aware of its includes and the built lib. win32build should be placed besides your php-src directory and you could rename it to php_build, or use the --with-php-build configure option. Regards, -- Michael - http://dev.iworks.at/ext-http/http-functions.html.gz