Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21179 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63873 invoked by uid 1010); 12 Dec 2005 02:17:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63858 invoked from network); 12 Dec 2005 02:17:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2005 02:17:38 -0000 X-Host-Fingerprint: 195.29.150.97 ls405.htnet.hr Linux 2.4/2.6 Received: from ([195.29.150.97:32659] helo=ls405.htnet.hr) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id CD/F0-49905-1CDDC934 for ; Sun, 11 Dec 2005 21:17:37 -0500 Received: from ls401.t-com.hr (ls401.t-com.hr [195.29.150.236]) by ls405.htnet.hr (0.0.0/8.12.10) with ESMTP id jBC2Gx1t024228 for ; Mon, 12 Dec 2005 03:16:59 +0100 Received: from ls401.t-com.hr (localhost.localdomain [127.0.0.1]) by ls401.t-com.hr (Qmlai) with ESMTP id 7C7AF70003 for ; Mon, 12 Dec 2005 03:16:59 +0100 (CET) X-Envelope-Sender: invisible@hidden-city.net Received: from [192.168.0.20] (83-131-190-6.adsl.net.t-com.hr [83.131.190.6]) by ls401.t-com.hr (Qmlai) with ESMTP id 49997A800B for ; Mon, 12 Dec 2005 03:16:59 +0100 (CET) Message-ID: <439CDD9B.7060204@hidden-city.net> Date: Mon, 12 Dec 2005 03:16:59 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Macintosh/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Compiling php (installed build directory) From: invisible@hidden-city.net (Dragan Stanojevic - Nevidljivi) Hi all, I'm just trying to figure out various configure options on php-5.1.1. When I "make install" I get the following files (among others): /usr/local/lib/php/build/shtool /usr/local/lib/php/build/config.guess /usr/local/lib/php/build/config.sub /usr/local/lib/php/build/phpize.m4 /usr/local/lib/php/build/mkdep.awk /usr/local/lib/php/build/scan_makefile_in.awk /usr/local/lib/php/build/libtool.m4 /usr/local/lib/php/build/Makefile.global /usr/local/lib/php/build/acinclude.m4 /usr/local/lib/php/build/ltmain.sh /usr/local/lib/php/build/run-tests.php but when I run the ./configure script as: ./configure --prefix=/usr/local --libdir=/usr/local/bogus-dir --disable-all --with-gnu-ld --quiet since bogus-dir doesn't exists, those files are not created... Shouldn't "make install" make a /usr/local/bogus-dir? And also, I'm quite interested why are those files needed anyway... thank you for your time, N::