Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6176 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34273 invoked by uid 1010); 4 Dec 2003 00:54:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34153 invoked from network); 4 Dec 2003 00:54:24 -0000 Received: from unknown (HELO mail.kromann.info) (64.186.239.125) by pb1.pair.com with SMTP; 4 Dec 2003 00:54:24 -0000 Received: from Swwwing2000 (unknown [64.186.239.115]) by mail.kromann.info (Postfix) with SMTP id 68FCC2AE70 for ; Wed, 3 Dec 2003 17:11:55 -0800 (PST) To: X-Mailer: Swwwing 2000 Message-ID: <10704991675840000@9866357972520000.9866341568840000> MIME-Version: 1.0 Reply-To: "Frank M. Kromann" Date: Wed, 03 Dec 2003 16:52:47 -0800 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: bindlib_w32 fix/patch From: frank@kromann.info ("Frank M. Kromann") Hi, stdlib.h is included in line 106 of bindlib_w32\conf\portability.h. This causes the linker to look for __pctype and __mb_cur_max. This is not a problem for the old style builds but with Wez' new build system it causes a linking problem. Removing line 106 form this file solves the problem and as far as I can tell it does not cause any other problems. - Frank