From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60438 invoked by alias); 26 Jan 2019 23:49: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 47681 invoked by uid 89); 26 Jan 2019 23:48:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy= X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 26 Jan 2019 23:48:40 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id x0QNmYCc012809; Sat, 26 Jan 2019 17:48:35 -0600 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id x0QNmXwL012804; Sat, 26 Jan 2019 17:48:33 -0600 Date: Sat, 26 Jan 2019 23:49:00 -0000 From: Segher Boessenkool To: ".uservorname .usernachname" Cc: "gcc-help@gcc.gnu.org" Subject: Re: xgcc: error trying to exec 'cc1plus': execvp: No such file or directory Message-ID: <20190126234832.GO14180@gate.crashing.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00119.txt.bz2 On Sat, Jan 26, 2019 at 08:57:58PM +0000, .uservorname .usernachname wrote: > $ ../gcc-7.4.0/configure --prefix=/opt/gcc-7.4.0 CC=/opt/gcc-4.6.0/bin/gcc CXX=/opt/gcc-4.6.0/bin/g++ -enable-languages=c,c++,go --disable-doc --disable-libstdcxx-pch --disable-linux-futex --disable-libsanitizer --disable-libcilkrts --disable-libitm CFLAGS=-Wl,--rpath=/usr/local/lib:/opt/gcc-4.6.0/lib:/opt/gcc-4.6.0/libexec/gcc/sparc-unknown-linux-gnu/4.6.0 CXXFLAGS=-Wl,--rpath=usr/local/lib:/opt/gcc-4.6.0/lib:/opt/gcc-4.6.0/libexec/gcc/sparc-unknown-linux-gnu/4.6.0 I doubt it is the problem here, but it's spelled --enable-languages=c,c++,go (i.e. two dashes). Segher