From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12623 invoked by alias); 15 Aug 2006 17:09:48 -0000 Received: (qmail 11618 invoked by uid 48); 15 Aug 2006 17:09:23 -0000 Date: Tue, 15 Aug 2006 17:09:00 -0000 Message-ID: <20060815170923.11613.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug other/28298] Problem compiling gcc 4.1.1 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "sebastian dot forsman at gmail dot com" 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 X-SW-Source: 2006-08/txt/msg01116.txt.bz2 List-Id: ------- Comment #5 from sebastian dot forsman at gmail dot com 2006-08-15 17:09 ------- Ok "fixed" with: mkdir mybuild cd mybuild ../gcc-4.1.1/configure --enable-threads=posix --enable-languages=c,c++,java make bootstrap make install Pierre you probably tried to configure/make directly from the source directory as I did. Don't know about the gcc internals why this fails and too lazy to crawl the docs but I guess there's a good reason ;) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28298