From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9054 invoked by alias); 23 May 2008 16:06:04 -0000 Received: (qmail 8949 invoked by uid 48); 23 May 2008 16:05:16 -0000 Date: Fri, 23 May 2008 16:06:00 -0000 Message-ID: <20080523160516.8948.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/36213] Wrong search path generation In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "martin dot drab at fjfi dot cvut dot cz" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-05/txt/msg01795.txt.bz2 ------- 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