From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19375 invoked by alias); 23 Dec 2010 14:02:51 -0000 Received: (qmail 19365 invoked by uid 22791); 23 Dec 2010 14:02:50 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Dec 2010 14:02:46 +0000 From: "wen.jian.ongx at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/47052] New: make: *** [configure-target-libstdc++-v3] Error 1 Cross compile GCC for Alpha Architecture X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wen.jian.ongx at gmail dot com 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: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 23 Dec 2010 14:02:00 -0000 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: 2010-12/txt/msg02559.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47052 Summary: make: *** [configure-target-libstdc++-v3] Error 1 Cross compile GCC for Alpha Architecture Product: gcc Version: 4.0.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned@gcc.gnu.org ReportedBy: wen.jian.ongx@gmail.com Hi there ,, I'm Cross compiling a GNU GCC for Alpha Architecture on my i686-pc-linux-gnu machine. The crosstool that I used is gcc-4.0.2-glibc-2.3.6 and the output is shown below , checking if alpha-unknown-linux-gnu-gcc supports -fno-rtti -fno-exceptions ... no checking whether the linker (alpha-unknown-linux-gnu-ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking command to parse alpha-unknown-linux-gnu-nm output... ok checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes creating libtool updating cache ./config.cache configure: loading cache ./config.cache checking how to run the C++ preprocessor... /lib/cpp loading cache ./config.cache within ltconfig checking host system type... alpha-unknown-linux-gnu checking build system type... i686-pc-linux-gnu ltcf-cxx.sh: error: problem compiling test program checking for objdir... .libs checking for alpha-unknown-linux-gnu-c++ option to produce PIC... -DPIC checking if alpha-unknown-linux-gnu-c++ PIC flag -DPIC works... no checking if alpha-unknown-linux-gnu-c++ static flag works... no finding the maximum length of command line arguments... (cached) 49153 checking if alpha-unknown-linux-gnu-c++ supports -c -o file.o... (cached) yes checking whether the linker (alpha-unknown-linux-gnu-ld) supports shared libraries... checking how to hardcode library paths into programs... unsupported checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking command to parse alpha-unknown-linux-gnu-nm output... failed checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes appending configuration tag "CXX" to libtool checking for exception model to use... configure: error: unable to detect exception model make: *** [configure-target-libstdc++-v3] Error 1