Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18912 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97499 invoked by uid 1010); 14 Sep 2005 15:55:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 97480 invoked from network); 14 Sep 2005 15:55:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2005 15:55:22 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:52532] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 07/2C-41173-8E748234 for ; Wed, 14 Sep 2005 11:55:21 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id AFBE3D18A4; Wed, 14 Sep 2005 18:55:14 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j8EFtG3i024006; Wed, 14 Sep 2005 18:55:16 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j8EFtGJ7024003; Wed, 14 Sep 2005 18:55:16 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Wed, 14 Sep 2005 18:55:16 +0300 (EEST) Reply-To: Jani Taskinen To: Uwe Schindler cc: internals@lists.php.net In-Reply-To: <6.2.3.4.0.20050914165111.03290a28@127.0.0.1> Message-ID: References: <5.1.0.14.2.20050914142002.050b9cc0@localhost> <6.2.3.4.0.20050914154644.032e6d48@127.0.0.1> <6.2.3.4.0.20050914165111.03290a28@127.0.0.1> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] 5.1.0RC2 From: sniper@iki.fi (Jani Taskinen) On Wed, 14 Sep 2005, Uwe Schindler wrote: > At 16:18 14.09.2005, you wrote: > > /bin/sh: test: argument expected > gmake: [test] Error 1 (ignored) > pangaeaw@pans1:~/install/php5-200509141230$ Do you know why this happens? :) (in Makefile, remove the -@ from the line below test:) >>> * configure prints out a lot of garbage when testing for bison (which is >>> missing on my solaris machine) Fixed in CVS. --Jani