Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6179 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9897 invoked by uid 1010); 4 Dec 2003 07:21:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9862 invoked by uid 1007); 4 Dec 2003 07:21:44 -0000 Message-ID: <20031204072143.9861.qmail@pb1.pair.com> To: internals@lists.php.net Date: Thu, 4 Dec 2003 08:21:42 +0100 Lines: 28 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Posted-By: 80.126.85.128 Subject: build gd and zlib From: john@ceressoft.nl ("John Huntjens") Hello group, building with options --with-zlib=shared,/usr \ --with-gd=shared \ fails configure:30085: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/libxml/lib -L/usr/local/libxml/lib - lz conftest.c -lpng -lresolv -lm -ldl -lnsl -lxml2 -lm -lxml2 -lm 1>&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3/../../../libpng.a(pngwrite.o): In function `png_write_flush': pngwrite.o(.text+0x115c): undefined reference to `deflate' while --with-zlib=/usr \ --with-gd=shared \ suceeds. Gr, JOhn