From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62867 invoked by alias); 28 Jan 2019 17:44:03 -0000 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 Received: (qmail 62751 invoked by uid 89); 28 Jan 2019 17:44:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 spammy=H*M:COM, H*RU:sk:EUR02-H, usernachname, H*M:PROD X-HELO: EUR02-HE1-obe.outbound.protection.outlook.com Received: from mail-oln040092068027.outbound.protection.outlook.com (HELO EUR02-HE1-obe.outbound.protection.outlook.com) (40.92.68.27) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 28 Jan 2019 17:44:00 +0000 Received: from HE1EUR02FT053.eop-EUR02.prod.protection.outlook.com (10.152.10.54) by HE1EUR02HT043.eop-EUR02.prod.protection.outlook.com (10.152.11.19) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.1580.10; Mon, 28 Jan 2019 17:43:57 +0000 Received: from VI1P192MB0174.EURP192.PROD.OUTLOOK.COM (10.152.10.59) by HE1EUR02FT053.mail.protection.outlook.com (10.152.11.109) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.1580.10 via Frontend Transport; Mon, 28 Jan 2019 17:43:57 +0000 Received: from VI1P192MB0174.EURP192.PROD.OUTLOOK.COM ([fe80::d955:d199:60c:a5e]) by VI1P192MB0174.EURP192.PROD.OUTLOOK.COM ([fe80::d955:d199:60c:a5e%4]) with mapi id 15.20.1558.023; Mon, 28 Jan 2019 17:43:57 +0000 From: ".uservorname .usernachname" To: Segher Boessenkool CC: "gcc-help@gcc.gnu.org" Subject: AW: xgcc: error trying to exec 'cc1plus': execvp: No such file or directory Date: Mon, 28 Jan 2019 17:44:00 -0000 Message-ID: References: ,<20190126234832.GO14180@gate.crashing.org> In-Reply-To: <20190126234832.GO14180@gate.crashing.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00124.txt.bz2 Thanks for pointing out to the faulty configure parameters. I will make cle= an and rerun the gcc installation. ________________________________ Von: Segher Boessenkool Gesendet: Samstag, 26. J=E4nner 2019 23:48 An: .uservorname .usernachname Cc: gcc-help@gcc.gnu.org Betreff: Re: xgcc: error trying to exec 'cc1plus': execvp: No such file or = directory On Sat, Jan 26, 2019 at 08:57:58PM +0000, .uservorname .usernachname wrote: > $ ../gcc-7.4.0/configure --prefix=3D/opt/gcc-7.4.0 CC=3D/opt/gcc-4.6.0/= bin/gcc CXX=3D/opt/gcc-4.6.0/bin/g++ -enable-languages=3Dc,c++,go --disable= -doc --disable-libstdcxx-pch --disable-linux-futex --disable-libsanitizer -= -disable-libcilkrts --disable-libitm CFLAGS=3D-Wl,--rpath=3D/usr/local/lib:= /opt/gcc-4.6.0/lib:/opt/gcc-4.6.0/libexec/gcc/sparc-unknown-linux-gnu/4.6.0= CXXFLAGS=3D-Wl,--rpath=3Dusr/local/lib:/opt/gcc-4.6.0/lib:/opt/gcc-4.6.0/l= ibexec/gcc/sparc-unknown-linux-gnu/4.6.0 I doubt it is the problem here, but it's spelled --enable-languages=3Dc,c++= ,go (i.e. two dashes). Segher