This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/32469] New: error trying to exec 'cc1': execvp: No such file or directory
- From: "pluto at agmk dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jun 2007 23:04:00 -0000
- Subject: [Bug driver/32469] New: error trying to exec 'cc1': execvp: No such file or directory
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
every invocation of gcc fails with such error:
$ i386-mingw32-gcc hello_c.c -c -v
Using built-in specs.
Target: i386-mingw32
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --bindir=/usr/i386-mingw32/bin --libdir=/usr/lib64
--libexecdir=/usr/lib64 --includedir=/usr/i386-mingw32/include --disable-shared
--enable-threads --disable-nls --with-gnu-as --with-gnu-ld --with-mangler-in-ld
--disable-sjlj-exceptions --enable-languages=c,c++ --enable-c99
--enable-long-long --disable-libstdcxx-pch --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --enable-cmath --with-long-double-128
--with-gxx-include-dir=/usr/i386-mingw32/include/c++/4.3.0
--build=x86_64-pld-linux --host=x86_64-pld-linux --target=i386-mingw32
Thread model: win32
gcc version 4.3.0 20070615 (experimental)
cc1 -quiet -v -iprefix /usr/bin/../../lib64/gcc/i386-mingw32/4.3.0/ hello_c.c
-quiet -dumpbase hello_c.c -mtune=i386 -auxbase hello_c -version -o
/tmp/ccxepOxf.s
i386-mingw32-gcc: error trying to exec 'cc1': execvp: No such file or directory
as far i can see the `gcc' hasn't hardcoded path to cc1.
e.g. /usr/lib64/gcc/i386-mingw32/4.3.0/cc1.
--
Summary: error trying to exec 'cc1': execvp: No such file or
directory
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: driver
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pluto at agmk dot net
GCC build triplet: x86_64-gnu-linux
GCC host triplet: x86_64-gnu-linux
GCC target triplet: i386-mingw32
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32469