Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29086 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82046 invoked by uid 1010); 28 Apr 2007 11:13:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82031 invoked from network); 28 Apr 2007 11:13:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Apr 2007 11:13:43 -0000 Authentication-Results: pb1.pair.com header.from=vedanta.barooah@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=vedanta.barooah@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.82.233 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: vedanta.barooah@gmail.com X-Host-Fingerprint: 66.249.82.233 wx-out-0506.google.com Linux 2.4/2.6 Received: from [66.249.82.233] ([66.249.82.233:57786] helo=wx-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/24-29267-76C23364 for ; Sat, 28 Apr 2007 07:13:43 -0400 Received: by wx-out-0506.google.com with SMTP id i27so1267162wxd for ; Sat, 28 Apr 2007 04:13:40 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=cpWoh+7mlVRNQ8jhu98AS/6pjBTHJix+jZchm1t1b0UVYu7FBRK2FWap89QYzG92RwCYgUfyh8QM3HmpL6rL0zIgAg9SRnse6T5ocsa7iXx5Mg3bFLKQaNJr6GZnIaptEZwkUfkncdmod28cemOOSyC7ASPVRnJ0EcpH/zwjL+A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=BQrO0JuwNnXnwGA+b1V2fv9fped68PYEa42JYJFneEvFFqiSPwHh5WiWsickdea85O4VyGpY/TCcWqL33AifeW3iAAAzvtgY80Q3So1k2XglNTayMf+6vh4pwwYfFeaxjllgjsKlRMlAlnm9OHTmlRxmJ8frhO3SpaXcxQ7ulm8= Received: by 10.70.42.16 with SMTP id p16mr6873867wxp.1177758820429; Sat, 28 Apr 2007 04:13:40 -0700 (PDT) Received: by 10.70.100.13 with HTTP; Sat, 28 Apr 2007 04:13:40 -0700 (PDT) Message-ID: Date: Sat, 28 Apr 2007 04:13:40 -0700 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_94020_20767494.1177758820363" Subject: link error on win32 From: vedanta.barooah@gmail.com ("Vedanta Barooah") ------=_Part_94020_20767494.1177758820363 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline hello all, apologies, if it is a wrong place to ask such a question. i am trying to compile php (5.1.0 and 5.2.1) on windows (xp sp2) with Visual Studio .Net 2005, Microsoft Platform SDK for Windows Server 2003 SP1 and the win32build tools from php.net. i am getting similar errors with both the versions of php. would be great if some one helps me with a clue. thanks, vedanta error follows:... c:\program files\microsoft visual studio 8\vc\include\crtdbg.h(631) : se e previous definition of 'getcwd' rc /fo Debug_TS\php5ts_debug.dll.res /d FILE_DESCRIPTION="\"PHP Script I nterpreter\"" /d FILE_NAME="\"php5ts_debug.dll\"" /d PRODUCT_NAME="\"PHP Script Interpreter\"" /IDebug_TS /d MC_INCLUDE="\"Debug_TS\wsyslog.rc\"" win32\build \template.rc Creating library Debug_TS\php5ts_debug.lib and object Debug_TS\php5ts_debug.e xp resolv.lib(inet_addr.obj) : error LNK2019: unresolved external symbol __pctype r eferenced in function _inet_aton resolv.lib(inet_addr.obj) : error LNK2019: unresolved external symbol ___mb_cur_ max referenced in function _inet_aton Debug_TS\php5ts_debug.dll : fatal error LNK1120: 2 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\l ink.exe"' : return code '0x460' Stop. ------=_Part_94020_20767494.1177758820363--