public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* xgcc: error trying to exec 'cc1plus': execvp: No such file or directory
@ 2019-01-26 20:58 .uservorname .usernachname
  2019-01-26 23:25 ` Jonathan Wakely
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: .uservorname .usernachname @ 2019-01-26 20:58 UTC (permalink / raw)
  To: gcc-help

Hi,
I'm compiling gcc-7.4.0 and from what I see , gcc is finalizing the last setup steps.
[ -f stage_final ] || echo stage3 > stage_final
[...]
Making all in libsupc++
make[5]: Entering directory '/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/libsupc++'
/bin/sh ../libtool --tag CXX --tag disable-shared   --mode=compile /media/gcc-7.4.0-compiled/./gcc/xgcc -shared-libgcc -B/media/gcc-7.4.0-compiled/./gcc -nostdinc++ -L/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/src -L/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/src/.libs -L/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/libsupc++/.libs -B/opt/gcc-7.4.0/sparc-unknown-linux-gnu/bin/ -B/opt/gcc-7.4.0/sparc-unknown-linux-gnu/lib/ -isystem /opt/gcc-7.4.0/sparc-unknown-linux-gnu/include -isystem /opt/gcc-7.4.0/sparc-unknown-linux-gnu/sys-include    -I/media/gcc-7.4.0/libstdc++-v3/../libgcc -I/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/include/sparc-unknown-linux-gnu -I/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/include -I/media/gcc-7.4.0/libstdc++-v3/libsupc++   -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi  -fdiagnostics-show-location=once      -frandom-seed=array_type_info.lo -g -O2 -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 -D_GNU_SOURCE  -c -o array_type_info.lo ../../../../gcc-7.4.0/libstdc++-v3/libsupc++/array_type_info.cc
libtool: compile:  /media/gcc-7.4.0-compiled/./gcc/xgcc -shared-libgcc -B/media/gcc-7.4.0-compiled/./gcc -nostdinc++ -L/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/src -L/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/src/.libs -L/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/libsupc++/.libs -B/opt/gcc-7.4.0/sparc-unknown-linux-gnu/bin/ -B/opt/gcc-7.4.0/sparc-unknown-linux-gnu/lib/ -isystem /opt/gcc-7.4.0/sparc-unknown-linux-gnu/include -isystem /opt/gcc-7.4.0/sparc-unknown-linux-gnu/sys-include -I/media/gcc-7.4.0/libstdc++-v3/../libgcc -I/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/include/sparc-unknown-linux-gnu -I/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/include -I/media/gcc-7.4.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -frandom-seed=array_type_info.lo -g -O2 -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 -D_GNU_SOURCE -c ../../../../gcc-7.4.0/libstdc++-v3/libsupc++/array_type_info.cc  -D_GLIBCXX_SHARED
xgcc: error trying to exec 'cc1plus': execvp: No such file or directory
make[5]: *** [Makefile:668: array_type_info.lo] Error 1
make[5]: Leaving directory '/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/libsupc++'
make[4]: *** [Makefile:510: all-recursive] Error 1
make[4]: Leaving directory '/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3'
make[3]: *** [Makefile:417: all] Error 2
make[3]: Leaving directory '/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3'
make[2]: *** [Makefile:15569: all-stage3-target-libstdc++-v3] Error 2
make[2]: Leaving directory '/media/gcc-7.4.0-compiled'
make[1]: *** [Makefile:22654: stage3-bubble] Error 2
make[1]: Leaving directory '/media/gcc-7.4.0-compiled'
make: *** [Makefile:929: all] Error 2

I guess it should have used xg++ instead of xgcc in this step? Any ideas how to fix this?

My configure:
  $ ../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
My system:
hostname = debian-sparc                                                                                                                                                                  uname -m = sparc                                                                                                                                                                              uname -r = 2.6.18-6-sparc32                                                                                                                                                              uname -s = Linux

Any help appreciated.
M

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: xgcc: error trying to exec 'cc1plus': execvp: No such file or directory
  2019-01-26 20:58 xgcc: error trying to exec 'cc1plus': execvp: No such file or directory .uservorname .usernachname
@ 2019-01-26 23:25 ` Jonathan Wakely
  2019-01-28 17:43   ` AW: " .uservorname .usernachname
  2019-01-26 23:49 ` Segher Boessenkool
  2019-01-28 10:52 ` Andrew Haley
  2 siblings, 1 reply; 7+ messages in thread
From: Jonathan Wakely @ 2019-01-26 23:25 UTC (permalink / raw)
  To: .uservorname .usernachname; +Cc: gcc-help

On Sat, 26 Jan 2019 at 20:58, .uservorname .usernachname
<dokumentarfilme@hotmail.com> wrote:
>
> Hi,
> I'm compiling gcc-7.4.0 and from what I see , gcc is finalizing the last setup steps.
> [ -f stage_final ] || echo stage3 > stage_final
> [...]
> Making all in libsupc++
> make[5]: Entering directory '/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/libsupc++'
> /bin/sh ../libtool --tag CXX --tag disable-shared   --mode=compile /media/gcc-7.4.0-compiled/./gcc/xgcc -shared-libgcc -B/media/gcc-7.4.0-compiled/./gcc -nostdinc++ -L/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/src -L/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/src/.libs -L/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/libsupc++/.libs -B/opt/gcc-7.4.0/sparc-unknown-linux-gnu/bin/ -B/opt/gcc-7.4.0/sparc-unknown-linux-gnu/lib/ -isystem /opt/gcc-7.4.0/sparc-unknown-linux-gnu/include -isystem /opt/gcc-7.4.0/sparc-unknown-linux-gnu/sys-include    -I/media/gcc-7.4.0/libstdc++-v3/../libgcc -I/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/include/sparc-unknown-linux-gnu -I/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/include -I/media/gcc-7.4.0/libstdc++-v3/libsupc++   -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi  -fdiagnostics-show-location=once      -frandom-seed=array_type_info.lo -g -O2 -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 -D_GNU_SOURCE  -c -o array_type_info.lo ../../../../gcc-7.4.0/libstdc++-v3/libsupc++/array_type_info.cc
> libtool: compile:  /media/gcc-7.4.0-compiled/./gcc/xgcc -shared-libgcc -B/media/gcc-7.4.0-compiled/./gcc -nostdinc++ -L/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/src -L/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/src/.libs -L/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/libsupc++/.libs -B/opt/gcc-7.4.0/sparc-unknown-linux-gnu/bin/ -B/opt/gcc-7.4.0/sparc-unknown-linux-gnu/lib/ -isystem /opt/gcc-7.4.0/sparc-unknown-linux-gnu/include -isystem /opt/gcc-7.4.0/sparc-unknown-linux-gnu/sys-include -I/media/gcc-7.4.0/libstdc++-v3/../libgcc -I/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/include/sparc-unknown-linux-gnu -I/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/include -I/media/gcc-7.4.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -frandom-seed=array_type_info.lo -g -O2 -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 -D_GNU_SOURCE -c ../../../../gcc-7.4.0/libstdc++-v3/libsupc++/array_type_info.cc  -D_GLIBCXX_SHARED
> xgcc: error trying to exec 'cc1plus': execvp: No such file or directory
> make[5]: *** [Makefile:668: array_type_info.lo] Error 1
> make[5]: Leaving directory '/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/libsupc++'
> make[4]: *** [Makefile:510: all-recursive] Error 1
> make[4]: Leaving directory '/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3'
> make[3]: *** [Makefile:417: all] Error 2
> make[3]: Leaving directory '/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3'
> make[2]: *** [Makefile:15569: all-stage3-target-libstdc++-v3] Error 2
> make[2]: Leaving directory '/media/gcc-7.4.0-compiled'
> make[1]: *** [Makefile:22654: stage3-bubble] Error 2
> make[1]: Leaving directory '/media/gcc-7.4.0-compiled'
> make: *** [Makefile:929: all] Error 2
>
> I guess it should have used xg++ instead of xgcc in this step?

No, xgcc is correct. xg++ would try to automatically link to libstdc++
which would be a problem when you haven't built that yet.

> Any ideas how to fix this?

The problem seems to be that you don't have a cc1plus executable in
the right place.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: xgcc: error trying to exec 'cc1plus': execvp: No such file or directory
  2019-01-26 20:58 xgcc: error trying to exec 'cc1plus': execvp: No such file or directory .uservorname .usernachname
  2019-01-26 23:25 ` Jonathan Wakely
@ 2019-01-26 23:49 ` Segher Boessenkool
  2019-01-28 17:44   ` AW: " .uservorname .usernachname
  2019-01-28 10:52 ` Andrew Haley
  2 siblings, 1 reply; 7+ messages in thread
From: Segher Boessenkool @ 2019-01-26 23:49 UTC (permalink / raw)
  To: .uservorname .usernachname; +Cc: gcc-help

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: xgcc: error trying to exec 'cc1plus': execvp: No such file or directory
  2019-01-26 20:58 xgcc: error trying to exec 'cc1plus': execvp: No such file or directory .uservorname .usernachname
  2019-01-26 23:25 ` Jonathan Wakely
  2019-01-26 23:49 ` Segher Boessenkool
@ 2019-01-28 10:52 ` Andrew Haley
  2019-01-28 17:46   ` AW: " .uservorname .usernachname
  2 siblings, 1 reply; 7+ messages in thread
From: Andrew Haley @ 2019-01-28 10:52 UTC (permalink / raw)
  To: .uservorname .usernachname, gcc-help

On 1/26/19 8:57 PM, .uservorname .usernachname wrote:
> My configure:
>   $ ../gcc-7.4.0/configure 

Exactly what directory are you in when you run configure?

-- 
Andrew Haley
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671

^ permalink raw reply	[flat|nested] 7+ messages in thread

* AW: xgcc: error trying to exec 'cc1plus': execvp: No such file or directory
  2019-01-26 23:25 ` Jonathan Wakely
@ 2019-01-28 17:43   ` .uservorname .usernachname
  0 siblings, 0 replies; 7+ messages in thread
From: .uservorname .usernachname @ 2019-01-28 17:43 UTC (permalink / raw)
  To: Jonathan Wakely; +Cc: gcc-help

Thanks, I located cc1 in the /media/gcc-7.4.0-compiled/gcc/ folder. Maybe I should have used ldd to check if it couldn't have resolved a dependency of it.
________________________________
Von: Jonathan Wakely <jwakely.gcc@gmail.com>
Gesendet: Samstag, 26. Jänner 2019 23:25
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, 26 Jan 2019 at 20:58, .uservorname .usernachname
<dokumentarfilme@hotmail.com> wrote:
>
> Hi,
> I'm compiling gcc-7.4.0 and from what I see , gcc is finalizing the last setup steps.
> [ -f stage_final ] || echo stage3 > stage_final
> [...]
> Making all in libsupc++
> make[5]: Entering directory '/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/libsupc++'
> /bin/sh ../libtool --tag CXX --tag disable-shared   --mode=compile /media/gcc-7.4.0-compiled/./gcc/xgcc -shared-libgcc -B/media/gcc-7.4.0-compiled/./gcc -nostdinc++ -L/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/src -L/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/src/.libs -L/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/libsupc++/.libs -B/opt/gcc-7.4.0/sparc-unknown-linux-gnu/bin/ -B/opt/gcc-7.4.0/sparc-unknown-linux-gnu/lib/ -isystem /opt/gcc-7.4.0/sparc-unknown-linux-gnu/include -isystem /opt/gcc-7.4.0/sparc-unknown-linux-gnu/sys-include    -I/media/gcc-7.4.0/libstdc++-v3/../libgcc -I/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/include/sparc-unknown-linux-gnu -I/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/include -I/media/gcc-7.4.0/libstdc++-v3/libsupc++   -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi  -fdiagnostics-show-location=once      -frandom-seed=array_type_info.lo -g -O2 -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 -D_GNU_SOURCE  -c -o array_type_info.lo ../../../../gcc-7.4.0/libstdc++-v3/libsupc++/array_type_info.cc
> libtool: compile:  /media/gcc-7.4.0-compiled/./gcc/xgcc -shared-libgcc -B/media/gcc-7.4.0-compiled/./gcc -nostdinc++ -L/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/src -L/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/src/.libs -L/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/libsupc++/.libs -B/opt/gcc-7.4.0/sparc-unknown-linux-gnu/bin/ -B/opt/gcc-7.4.0/sparc-unknown-linux-gnu/lib/ -isystem /opt/gcc-7.4.0/sparc-unknown-linux-gnu/include -isystem /opt/gcc-7.4.0/sparc-unknown-linux-gnu/sys-include -I/media/gcc-7.4.0/libstdc++-v3/../libgcc -I/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/include/sparc-unknown-linux-gnu -I/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/include -I/media/gcc-7.4.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -frandom-seed=array_type_info.lo -g -O2 -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 -D_GNU_SOURCE -c ../../../../gcc-7.4.0/libstdc++-v3/libsupc++/array_type_info.cc  -D_GLIBCXX_SHARED
> xgcc: error trying to exec 'cc1plus': execvp: No such file or directory
> make[5]: *** [Makefile:668: array_type_info.lo] Error 1
> make[5]: Leaving directory '/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3/libsupc++'
> make[4]: *** [Makefile:510: all-recursive] Error 1
> make[4]: Leaving directory '/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3'
> make[3]: *** [Makefile:417: all] Error 2
> make[3]: Leaving directory '/media/gcc-7.4.0-compiled/sparc-unknown-linux-gnu/libstdc++-v3'
> make[2]: *** [Makefile:15569: all-stage3-target-libstdc++-v3] Error 2
> make[2]: Leaving directory '/media/gcc-7.4.0-compiled'
> make[1]: *** [Makefile:22654: stage3-bubble] Error 2
> make[1]: Leaving directory '/media/gcc-7.4.0-compiled'
> make: *** [Makefile:929: all] Error 2
>
> I guess it should have used xg++ instead of xgcc in this step?

No, xgcc is correct. xg++ would try to automatically link to libstdc++
which would be a problem when you haven't built that yet.

> Any ideas how to fix this?

The problem seems to be that you don't have a cc1plus executable in
the right place.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* AW: xgcc: error trying to exec 'cc1plus': execvp: No such file or directory
  2019-01-26 23:49 ` Segher Boessenkool
@ 2019-01-28 17:44   ` .uservorname .usernachname
  0 siblings, 0 replies; 7+ messages in thread
From: .uservorname .usernachname @ 2019-01-28 17:44 UTC (permalink / raw)
  To: Segher Boessenkool; +Cc: gcc-help

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* AW: xgcc: error trying to exec 'cc1plus': execvp: No such file or directory
  2019-01-28 10:52 ` Andrew Haley
@ 2019-01-28 17:46   ` .uservorname .usernachname
  0 siblings, 0 replies; 7+ messages in thread
From: .uservorname .usernachname @ 2019-01-28 17:46 UTC (permalink / raw)
  To: Andrew Haley, gcc-help

I ran configure in /media/gcc-7.4.0-compiled# which should be correct. I'll run make clean and try with the correct configure parameters.
________________________________
Von: Andrew Haley <aph@redhat.com>
Gesendet: Montag, 28. Jänner 2019 10:52
An: .uservorname .usernachname; gcc-help@gcc.gnu.org
Betreff: Re: xgcc: error trying to exec 'cc1plus': execvp: No such file or directory

On 1/26/19 8:57 PM, .uservorname .usernachname wrote:
> My configure:
>   $ ../gcc-7.4.0/configure

Exactly what directory are you in when you run configure?

--
Andrew Haley
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-01-28 17:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-26 20:58 xgcc: error trying to exec 'cc1plus': execvp: No such file or directory .uservorname .usernachname
2019-01-26 23:25 ` Jonathan Wakely
2019-01-28 17:43   ` AW: " .uservorname .usernachname
2019-01-26 23:49 ` Segher Boessenkool
2019-01-28 17:44   ` AW: " .uservorname .usernachname
2019-01-28 10:52 ` Andrew Haley
2019-01-28 17:46   ` AW: " .uservorname .usernachname

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).