------- Comment #11 from martin dot drab at fjfi dot cvut dot cz 2008-05-23 16:05 ------- Alright, and I think I know what causes the rest of the path problem. The GCC_EXEC_PREFIX environment variable has to lead to the .../lib/gcc/ and not the .../lib/gcc/x86_64-pc-linux-gnu/4.4.0 and IT HAS TO END WITH A SLASH (!!), otherwise it is composed incorrectly by the gcc. Now everything seems to be working just fine. :-) (Except for the problem in PR32415 of course.)
-- martin dot drab at fjfi dot cvut dot cz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36213