Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14857 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50127 invoked by uid 1010); 12 Feb 2005 08:54:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50104 invoked from network); 12 Feb 2005 08:54:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Feb 2005 08:54:37 -0000 X-Host-Fingerprint: 66.198.51.121 lerdorf.com Linux 2.4/2.6 Received: from ([66.198.51.121:51433] helo=colo.lerdorf.com) by pb1.pair.com (ecelerity 1.2.11 (r4403)) with SMTP id 87/50-37098-924CD024 for ; Sat, 12 Feb 2005 03:54:01 -0500 Received: from [192.168.2.106] (c-24-6-1-160.client.comcast.net [24.6.1.160]) (authenticated bits=0) by colo.lerdorf.com (8.13.3/8.13.3/Debian-6) with ESMTP id j1C8rvxp017477 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 12 Feb 2005 00:53:58 -0800 Message-ID: <420DC424.9010104@lerdorf.com> Date: Sat, 12 Feb 2005 00:53:56 -0800 User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lester Caine CC: internals@lists.php.net References: <420B8A5D.1080606@lerdorf.com> <20050212081004.93336.qmail@lists.php.net> In-Reply-To: <20050212081004.93336.qmail@lists.php.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] AMD64 and libdir Broken? From: rasmus@lerdorf.com (Rasmus Lerdorf) Lester Caine wrote: > Rasmus Lerdorf wrote: > >> I am still quite skeptical of this bundled libtool idea. It is >> currently broken even on mainstream systems such as Debian x86 where >> do to the crappy packaging it is really important that people can >> build their own. See http://lerdorf.com/php/libtool.txt for a >> ./buildconf && ../configure run on a current 4.3.11-dev on a Debian >> x86 box. > > > >> Simply doing a cp /usr/bin/libtool . and re-running make fixes it and >> the resulting binary works fine. >> >> This may be fixable, but aren't the chances better that the native >> libtool will work on the native machine? > > So where are we on compiling PHP on AMD64 systems. Works ok as far as I know. The above-mentioned problem turned out to be an incompatibility between my own ltmain.sh I was using and the m4-generated libtool. With a completely clean tree it does work. -R