From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27970 invoked by alias); 13 Oct 2004 06:53:42 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 27959 invoked by uid 48); 13 Oct 2004 06:53:41 -0000 Date: Wed, 13 Oct 2004 06:53:00 -0000 Message-ID: <20041013065341.27958.qmail@sourceware.org> From: "d dot yu dot bolkhovityanov at inp dot nsk dot su" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20020519204601.6728.joseph@itgssi.com> References: <20020519204601.6728.joseph@itgssi.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/6728] compilation of gcc 3.1 fails - msgfmt X-Bugzilla-Reason: CC X-SW-Source: 2004-10/txt/msg01703.txt.bz2 List-Id: ------- Additional Comments From d dot yu dot bolkhovityanov at inp dot nsk dot su 2004-10-13 06:53 ------- I've encountered the very same problem when trying to compile gcc-3.4 on RedHat-7.3. The key to the problem is more obvious in Joseph's report than it was in my case: /usr/openwin/bin/msgfmt -- OPENWIN!!! My system has xview-clients RPM installed, which, among other things, contains "msgfmt" binary, which is INCOMPATIBLE with regular "msgfmt" from gettext package. The solution for a builder is to either exclude "/usr/openwin/bin" from the $PATH, or to add it to the *end* of $PATH. As for GCC compilation system -- it can be worth testing in "configure" which kind of "msgfmt" is available, or to find where the "good" one is located. Should the bug be reopened? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6728