Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11501 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91894 invoked by uid 1010); 23 Jul 2004 08:09:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91731 invoked from network); 23 Jul 2004 08:09:39 -0000 Received: from unknown (HELO mproxy.gmail.com) (216.239.56.251) by pb1.pair.com with SMTP; 23 Jul 2004 08:09:39 -0000 Received: by mproxy.gmail.com with SMTP id w29so2105452cwb for ; Fri, 23 Jul 2004 01:09:38 -0700 (PDT) Received: by 10.11.99.49 with SMTP id w49mr60886cwb; Fri, 23 Jul 2004 01:09:38 -0700 (PDT) Message-ID: <4e89b426040723010924ee5b76@mail.gmail.com> Date: Fri, 23 Jul 2004 09:09:38 +0100 To: Curt Zirzow Cc: internals@lists.php.net In-Reply-To: <20040723053625.GE6522@bagend.shire> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040723053625.GE6522@bagend.shire> Subject: Re: [PHP-DEV] make cli problems From: kingwez@gmail.com (Wez Furlong) cvs -dP up ./buildconf ./configure .... On Fri, 23 Jul 2004 05:36:25 +0000, Curt Zirzow wrote: > > > I hope I'm doing something wrong, I'm issuing this: > > cvs -dP update > make clean > ./configure --with-zlib --and-other-options > make cli > > My result when linking occurs: > > ext/zlib/zlib.lo: In function `zm_startup_zlib': > /usr/home/curt/cvs/php/php-src/ext/zlib/zlib.c:212: undefined > reference to `php_zlib_filter_factory' > *** Error code 1 > > Stop in /usr/home/curt/cvs/php/php-src. > > Curt > -- > First, let me assure you that this is not one of those shady pyramid schemes > you've been hearing about. No, sir. Our model is the trapezoid! > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >