From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24324 invoked by alias); 23 May 2008 01:00:49 -0000 Received: (qmail 23837 invoked by uid 48); 23 May 2008 01:00:02 -0000 Date: Fri, 23 May 2008 01:00:00 -0000 Message-ID: <20080523010002.23835.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/msg01747.txt.bz2 ------- Comment #7 from martin dot drab at fjfi dot cvut dot cz 2008-05-23 01:00 ------- (In reply to comment #5) > Is there a reason why you are supplying all these weird configure options? > > --exec-prefix=/usr/local/opt/MDL/opt/gcc-4.4 --sysconfdir=/etc > --libdir=/usr/local/opt/MDL/opt/gcc-4.4/lib64 > --libexecdir=/usr/local/opt/MDL/opt/gcc-4.4/libexec64 > --includedir=/usr/local/opt/MDL/opt/gcc-4.4/include > --infodir=/usr/local/opt/MDL/opt/gcc-4.4/share/info > --mandir=/usr/local/opt/MDL/opt/gcc-4.4/share/man > > The default for them will be based on the prefix. Just to make sure they are where I want them to be. Basically most of them need not be there, because they are what they are based on the prefix. That's right. I just want to make sure, that the 64-bit library and libexec dirs get the *64 at the end (because I use it all over the system that way - Gentoo ;) and I really hate it when info and man is not generated into the share subdir. Though I admit, that since I install the entire gcc into a separate directory, i can probably leave this on automatic based on prefix. That's right. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36213