From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2908 invoked by alias); 21 Apr 2004 23:36:11 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 2899 invoked from network); 21 Apr 2004 23:36:11 -0000 Received: from unknown (HELO masquerade.micron.com) (137.201.242.130) by sources.redhat.com with SMTP; 21 Apr 2004 23:36:11 -0000 Received: from mail-srv1.micron.com (localhost [127.0.0.1]) by masquerade.micron.com (8.12.9/8.12.2) with ESMTP id i3LNaASf017872 for ; Wed, 21 Apr 2004 17:36:10 -0600 (MDT) Received: from ntxboimbx07.micron.com (ntxboimbx07.micron.com [137.201.80.94]) by mail-srv1.micron.com (8.12.9/8.12.2) with ESMTP id i3LNa9wA017865; Wed, 21 Apr 2004 17:36:09 -0600 (MDT) From: lrtaylor@micron.com content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: 3.4.0 on solaris fails on install Date: Wed, 21 Apr 2004 23:36:00 -0000 Message-ID: <363801FFD7B74240A329CEC3F7FE4CC4015F3C6C@ntxboimbx07.micron.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: To: Cc: X-Scanned-By: MIMEDefang 2.37 X-SW-Source: 2004-04/txt/msg00286.txt.bz2 No, the normal and recommend way is more like this: unzip gcc into /junk cd /junk mkdir obj cd obj ../gcc*/configure BLAH make bootstrap make install The obj directory is not supposed to be in or anywhere under the source directory. Cheers, Lyle -----Original Message----- From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org] On Behalf Of J.D. Bronson Sent: Wednesday, April 21, 2004 5:31 PM To: Alexandre Oliva Cc: gcc-help@gcc.gnu.org Subject: Re: 3.4.0 on solaris fails on install I will try this. However, I never had any issues until just now. Usually I do this : unzip gcc into /junk cd /junk/gcc* mkdir obj cd obj ../configure BLAH make bootstrap make install isnt that that the normal and recommended way?