From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7107 invoked by alias); 10 Dec 2007 13:02:06 -0000 Received: (qmail 7099 invoked by uid 22791); 10 Dec 2007 13:02:05 -0000 X-Spam-Check-By: sourceware.org Received: from smtp117.sbc.mail.sp1.yahoo.com (HELO smtp117.sbc.mail.sp1.yahoo.com) (69.147.64.90) by sourceware.org (qpsmtpd/0.31) with SMTP; Mon, 10 Dec 2007 13:01:58 +0000 Received: (qmail 10312 invoked from network); 10 Dec 2007 13:01:56 -0000 Received: from unknown (HELO ?69.105.73.42?) (timothyprince@sbcglobal.net@69.105.73.42 with plain) by smtp117.sbc.mail.sp1.yahoo.com with SMTP; 10 Dec 2007 13:01:56 -0000 X-YMail-OSG: G1l35VsVM1np3VJdzjJcy3IKb6BCA3wuwRfVzbagBn.VYFCEZs4LY3fS0iIAIFZWukOj6XlCog-- Message-ID: <475D36DF.3070905@computer.org> Date: Mon, 10 Dec 2007 13:02:00 -0000 From: Tim Prince User-Agent: Thunderbird 2.0.0.4 (X11/20070613) MIME-Version: 1.0 To: tsah marco CC: gcc-help@gcc.gnu.org Subject: Re: First Compilation of GCC References: <23dcc150712100425u3c990605g2d3f9e949e309e8e@mail.gmail.com> <23dcc150712100437sd4d3764p988b6449e56e8551@mail.gmail.com> In-Reply-To: <23dcc150712100437sd4d3764p988b6449e56e8551@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2007-12/txt/msg00200.txt.bz2 tsah marco wrote: >> i am working with suse 10.3 and trying to configure gcc-4.1.2, >> i am working with AMD TURION proccessor on the host and on the target, >> >> my first step was: >> cd /opt/gcc >> tar zxvf gcc-4.1.2.tar.gz >> then i am trying to configure by: >> ./configure --prefix=/opt/gcc-4.1.2 --exec-prefix=/opt/gcc-4.1.2 --bindir=/opt/gcc-4.1.2/bin >> configure: error: no acceptable cc found in $PATH >> >> what is the problem with my ./configure, >> i add the current path /opt/gcc/gcc-4.1.2 to the PATH. >> and still the same problem, >> any idea ? Start by using the gcc which is an optional part of your SUSE installation. If you didn't install it, open up YaST and install from your DVD. Then, read the instructions before attempting the configure of the source code version.