Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69937 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17481 invoked from network); 29 Oct 2013 11:16:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Oct 2013 11:16:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=ingwie2000@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ingwie2000@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.215.175 as permitted sender) X-PHP-List-Original-Sender: ingwie2000@googlemail.com X-Host-Fingerprint: 209.85.215.175 mail-ea0-f175.google.com Received: from [209.85.215.175] ([209.85.215.175:34753] helo=mail-ea0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AA/71-10284-0299F625 for ; Tue, 29 Oct 2013 06:16:49 -0500 Received: by mail-ea0-f175.google.com with SMTP id l15so2234273eak.6 for ; Tue, 29 Oct 2013 04:16:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=S95+vM1p67JPMjereVs8N0m7PIv3qJbAXoYz9ehYtpc=; b=CnVZ9Sf4ziO865Xwa5r6Md6cfT05HsJWNojVOJp5FIecwl9TUSFfs6oZCoSYCXTsOQ KUg3juqvjKvihcPH5eDksnzoAPPFsrbKg5XJEzB/ra0I8gkdZz+fcRaKZu0Qkgt7NnTK QhLrgVa9tNkHDbFyCJqNYTDa0QkQ0+V5E4pX4vtqXudqd9rb8mRi+IB1ke+7NEJfg29+ QF2kH6q0nk1DR6CT10zmMlPPJ/Gp6H/gJRinZ2tNs3If5km0Msh9PrskOQv4xoyArGdh 7Ek9IZdIdppLNIArl9QCwBdlovLcEMvveXErNl9Vw+cNIY5Y5NFor23pXLFYKJGXcvHm tiyg== X-Received: by 10.14.182.72 with SMTP id n48mr2136118eem.113.1383045405970; Tue, 29 Oct 2013 04:16:45 -0700 (PDT) Received: from [172.16.88.10] (p57A91F3C.dip0.t-ipconnect.de. [87.169.31.60]) by mx.google.com with ESMTPSA id bn13sm69038681eeb.11.2013.10.29.04.16.45 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Oct 2013 04:16:45 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1816\)) In-Reply-To: <526F8F8F.8010803@fedoraproject.org> Date: Tue, 29 Oct 2013 12:16:44 +0100 Content-Transfer-Encoding: quoted-printable Message-ID: References: <526EB78B.2030600@ajf.me> <3250FDB3-D09A-4F8E-8A50-21820FB5AA21@gmail.com> <526F8F8F.8010803@fedoraproject.org> To: Developers List PHP Mailing X-Mailer: Apple Mail (2.1816) Subject: Re: [PHP-DEV] Alternative build systems From: ingwie2000@googlemail.com (Kevin Ingwersen) @Remi: I didn't (yet) think about how I can utilize extensions ... but = it certainly is possible. Currently, I just want to get the basic stuff = started, to get the Makefile converted into build.ninja. Am 29.10.2013 um 11:35 schrieb Remi Collet : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Le 29/10/2013 11:28, Alexey Zakhlestin a =E9crit : >=20 >> Strictly speaking, php=92s build system is driven by GNU Autotools >> (Autoconf, Automake). Makefiles are produced dynamically. Automake >> uses libtool for building as it allows to get a nice cross-platform >> solution. =93build with just gcc=94 won=92t work as soon as you leave >> realm of linux. >=20 > And another important point: the autool stuff is ineherited but all C > extension which use the "phpize" command. >=20 > If you change the build system, without being able to build extension > anymore... doesn't make sense (imho). >=20 > Remi. >=20 >=20 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.22 (GNU/Linux) > Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ >=20 > iEYEARECAAYFAlJvj48ACgkQYUppBSnxahhfXQCfZYXMvW7UFV2xqpVweb/LnFlF > PrcAn01a2srake7B8CszaaNwC+oLFIDu > =3Dj2sH > -----END PGP SIGNATURE----- >=20 > --=20 > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20