Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5630 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82130 invoked by uid 1010); 21 Nov 2003 13:00:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82096 invoked from network); 21 Nov 2003 13:00:57 -0000 Received: from unknown (HELO phoebe.host4u.net) (209.150.128.26) by pb1.pair.com with SMTP; 21 Nov 2003 13:00:57 -0000 Received: from ctdprimary (dsta-aa203.pivot.net [66.186.171.203]) by phoebe.host4u.net (8.11.6/8.11.6) with SMTP id hALD0tN15201; Fri, 21 Nov 2003 07:00:55 -0600 Message-ID: <016e01c3b02f$b593a710$f7dea8c0@cyberware.local> To: "Frank M. Kromann" Cc: References: <10693646724800000@9866357972520000.9866341568840000> Date: Fri, 21 Nov 2003 08:02:24 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: [PHP-DEV] windows build with libxml and iconv From: rrichards@ctindustries.net ("Rob Richards") From: Frank M. Kromann > I'm using iconv 1.9.1 and I get problems with _libiconv_version it does'nt > seam to be in the lib file. > > If I remove this from the exports I can build and link php4dllts.lib and > php_xls.dll without problems but not php_iconv.dll. Following up on this as it turned out to be version and lib issues with iconv in PHP-GTK. If not using the iconv lib supplied in the zip, make sure the static lib is used as the gnu iconv build seems to name libs differently than the ones from www.zlatkovic.com. Rob