From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17241 invoked by alias); 7 Dec 2003 01:36:28 -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 17226 invoked by uid 48); 7 Dec 2003 01:36:27 -0000 Date: Sun, 07 Dec 2003 01:36:00 -0000 Message-ID: <20031207013627.17225.qmail@sources.redhat.com> From: "giovannibajo at libero dot it" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031206135657.13334.giovannibajo@libero.it> References: <20031206135657.13334.giovannibajo@libero.it> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug web/13334] Bootstrap failure: libiberty/fibheap.c: LONG_MIN undeclared X-Bugzilla-Reason: CC X-SW-Source: 2003-12/txt/msg00810.txt.bz2 List-Id: ------- Additional Comments From giovannibajo at libero dot it 2003-12-07 01:36 ------- It turned out to be a problem with non-standard CFLAGS/CXXFLAGS set. I think the website (http://gcc.gnu.org/install/build.html) does not document properly that CFLAGS/CXXFLAGS are used for bootstrap of target components (libiberty, v3, libjava, etc.). I think it should be updated to include something like: "Notice that CFLAGS and CXXFLAGS are used during the last part of GCC bootstrap (for target libraries like libjava or libstdc++). If bootstrap fails at that point, you might try to remove those variables from your environment and try again. In this case, remove your builddir and restart from scratch." The last sentence has been added because I tried a 'make cleanstrap' after having removed the flags and it was not sufficient (the makefiles were already generated probably). Maybe there is a better and faster to accomplish this. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|c++ |web Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2003-12-07 01:36:27 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13334