From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27219 invoked by alias); 23 Nov 2004 17:19:29 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 27178 invoked from network); 23 Nov 2004 17:19:24 -0000 Received: from unknown (HELO develer.com) (151.38.19.110) by sourceware.org with SMTP; 23 Nov 2004 17:19:24 -0000 Received: (qmail 6137 invoked from network); 23 Nov 2004 17:19:07 -0000 Received: from mimas.trilan (HELO mimas) (10.3.3.245) by ns.trilan with SMTP; 23 Nov 2004 17:19:07 -0000 Message-ID: <097a01c4d180$89771b80$f503030a@mimas> From: "Giovanni Bajo" To: "Diggory Hardy" Cc: References: <41A32351.4000508@aethersoft.com> Subject: Re: Succesful build GCC 3.4.3 Date: Tue, 23 Nov 2004 17:31:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00829.txt.bz2 Diggory Hardy wrote: > Could more information on recommended settings for a > general install be included in the install doc please? Besides platform-specific quirks which are already listed on the site, the recommended settings are usually the defaults. On an average x86-linux, "./configure" with no options works wonderfully. Of course, you may want to disable some languages you don't need with --disable/enable-languages, and/or specifying a specific installation path with --prefix. -- Giovanni Bajo