This is the mail archive of the gcc-bugs@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]

[Bug driver/32469] error trying to exec 'cc1': execvp: No such file or directory



------- Comment #1 from pluto at agmk dot net  2007-06-22 23:13 -------
stat("/usr/bin/../../lib64/gcc/i386-mingw32/4.3.0/cc1", 0x7fff0e91cb00) = -1
ENOENT (No such file or directory)
stat("/usr/bin/../../lib64/gcc/cc1", 0x7fff0e91cb00) = -1 ENOENT (No such file
or directory)
stat("/usr/bin/../../lib64/gcc/i386-mingw32/4.3.0/../../../../i386-mingw32/bin/i386-mingw32/4.3.0/cc1",
0x7fff0e91cb00) = -1 ENOENT (No such file or directory)
stat("/usr/bin/../../lib64/gcc/i386-mingw32/4.3.0/../../../../i386-mingw32/bin/cc1",
0x7fff0e91cb00) = -1 ENOENT (No such file or directory)

the "/usr/bin/../../" looks bad. it should be rather a "/usr/bin/../"


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32469


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