From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26538 invoked by alias); 13 Sep 2006 00:10:00 -0000 Received: (qmail 26517 invoked by uid 48); 13 Sep 2006 00:09:52 -0000 Date: Wed, 13 Sep 2006 00:10:00 -0000 Message-ID: <20060913000952.26516.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug other/29049] possible problem: building gcc >= 4.2 on i686 GNU/Linux|SMP (non-64bit) platform fails In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "WISD00M at GMX dot NET" 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-09/txt/msg01115.txt.bz2 List-Id: ------- Comment #9 from WISD00M at GMX dot NET 2006-09-13 00:09 ------- > I was able to compile 20060909 on i686-linux-gnu just fine. so was I, but not on a SMP (multi-processor) machine > How did you configure GCC? as I mentioned in the original report, I didn't use any configure whatsoever originally > Did you build in the src directory? as mentioned already, I did try both: inside the src directory as well as outside in separate folders > How did you invoke make to build GCC? as mentioned, I invoked it "plain", that is without any parameters. When that didn't work, I tried various approaches, among others a parallel build, as well as finally the one that contained the "-d" switch to provide the debug output that I attached. > What is the output of ./config.guess in the source directory? "i686-pc-linux-gnu" > What is the output of uname -a? "Linux syssiphus 2.6.17.4 #1 SMP PREEMPT Mon Sep 11 14:42:28 CEST 2006 i686 unknown" > Do you have any environment variable set that could effect GCC? not that I am aware of, certainly not the usual stuff (CFLAGS, CXXFLAGS, LDFLAGS etc) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29049