From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12631 invoked by alias); 9 Jul 2008 22:44:41 -0000 Received: (qmail 12622 invoked by uid 22791); 9 Jul 2008 22:44:41 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 09 Jul 2008 22:44:10 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1KGiOM-0000AL-WA; Wed, 09 Jul 2008 22:44:07 +0000 Message-ID: <48753EB9.FA9A6515@dessent.net> Date: Wed, 09 Jul 2008 23:12:00 -0000 From: Brian Dessent Reply-To: gcc-help@gcc.gnu.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: "Ellis Robin (Bundaberg)" CC: gcc-help@gcc.gnu.org Subject: Re: GCC-4.3.1 source from mirror - no configure file References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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-07/txt/msg00124.txt.bz2 "Ellis Robin (Bundaberg)" wrote: > Hi list, I just downloaded the gcc-4.3.1 source (gcc-4.3.1.tar.gz) from > an ftp in Japan (ftp://ftp.dti.ad.jp/pub/lang/gcc/releases/gcc-4.3.1) > and have attempted to configure from my build directory on solaris 10, > only to find that I don't have a 'configure' file in my source. Is this > just a temporary glitch, or has the configuration requirements changed > since early February? No, nothing's changed, and there should be a configure file. I just checked the tarball from gcc.gnu.org and it's present there. I suspect you might have had a truncated/aborted download as the configure file is located at the end of the tarball for whatever reason. Check the md5 on the files you have versus . Brian