From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1527 invoked by alias); 7 Jan 2013 17:07:32 -0000 Received: (qmail 1423 invoked by uid 48); 7 Jan 2013 17:07:07 -0000 From: "joel at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/55790] Build Failure on Head Targeting x86_64 Linux Date: Mon, 07 Jan 2013 17:07:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: joel at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2013-01/txt/msg00542.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55790 --- Comment #2 from Joel Sherrill 2013-01-07 17:07:05 UTC --- The gcc dependencies are reminding me of the pre-egcs days. I hope we don't return there. :( Anyway.. These are the sources I have linked into today's gcc-svn. This is what I had been using over the holidays to test using Centos 6.x. But this isn't working on a Fedora host. $ ls -l | grep " -> " lrwxrwxrwx 1 joel rtems 33 Jan 7 10:03 cloog -> /users/joel/test-gcc/cloog-0.17.0 lrwxrwxrwx 1 joel rtems 29 Dec 22 10:15 gmp -> /home/joel/test-gcc/gmp-5.1.0 lrwxrwxrwx 1 joel rtems 28 Dec 22 10:16 isl -> /home/joel/test-gcc/isl-0.10 lrwxrwxrwx 1 joel rtems 44 Oct 28 2011 libgloss -> /users/joel/test-gcc/newlib-cvs/src/libgloss lrwxrwxrwx 1 joel rtems 29 Dec 22 10:14 mpc -> /home/joel/test-gcc/mpc-1.0.1 lrwxrwxrwx 1 joel rtems 30 Dec 22 10:13 mpfr -> /home/joel/test-gcc/mpfr-3.1.1 lrwxrwxrwx 1 joel rtems 42 Oct 28 2011 newlib -> /users/joel/test-gcc/newlib-cvs/src/newlib Do you have to use any special configure option when using these sources inside the gcc tree?