From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1994 invoked by alias); 14 Aug 2008 19:01:48 -0000 Received: (qmail 1984 invoked by uid 22791); 14 Aug 2008 19:01:47 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 14 Aug 2008 19:01:08 +0000 Received: from wpaz13.hot.corp.google.com (wpaz13.hot.corp.google.com [172.24.198.77]) by smtp-out.google.com with ESMTP id m7EJ0rlg005126; Thu, 14 Aug 2008 20:00:53 +0100 Received: from smtp.corp.google.com (spacemonkey2.corp.google.com [192.168.120.114]) by wpaz13.hot.corp.google.com with ESMTP id m7EJ0p52003936 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 14 Aug 2008 12:00:52 -0700 Received: from localhost.localdomain.google.com (adsl-71-133-8-30.dsl.pltn13.pacbell.net [71.133.8.30]) (authenticated bits=0) by smtp.corp.google.com (8.13.8/8.13.8) with ESMTP id m7EJ0pUR012189 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 14 Aug 2008 12:00:51 -0700 To: cihan Cc: gcc-help@gcc.gnu.org Subject: Re: gcc 2.95.3 building problem References: <48A1D912.7060203@enderunix.org> <48A32619.8060708@enderunix.org> <48A473CE.6060101@enderunix.org> From: Ian Lance Taylor Date: Thu, 14 Aug 2008 21:42:00 -0000 In-Reply-To: <48A473CE.6060101@enderunix.org> (cihan@enderunix.org's message of "Thu\, 14 Aug 2008 21\:05\:02 +0300") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00146.txt.bz2 cihan writes: > if [ x"no" = xyes ] && [ ! -d pic ]; then \ > mkdir pic; \ > else true; fi > touch stamp-picdir > make[1]: *** No rule to make target `../include/libiberty.h', needed > by `argv.o'. Stop. > make[1]: Leaving directory > /home/cihan/gcc-2.95.3/i486-slackware-linux/libiberty' > make: *** [all-target-libiberty] Error 2 Did you by any chance run ./configure, rather than running the configure script in a different empty directory? Ian