This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

AW: xgcc: error trying to exec 'cc1plus': execvp: No such file or directory


Thanks for pointing out to the faulty configure parameters. I will make clean and rerun the gcc installation.
________________________________
Von: Segher Boessenkool <segher@kernel.crashing.org>
Gesendet: Samstag, 26. Jänner 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=/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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]