From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15574 invoked by alias); 17 Jan 2005 22:57:22 -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 15404 invoked by uid 48); 17 Jan 2005 22:57:09 -0000 Date: Mon, 17 Jan 2005 22:57:00 -0000 From: "andreev at comm dot mot dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20050117225705.19492.andreev@comm.mot.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/19492] New: can not build crosscompiler for solaris2.8 (when building libstdc++ - error wcslen...:Link tests are not allowed after GCC_NO_EXECUTABLES) X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg02321.txt.bz2 List-Id: i'm trying to make cross compiler for solaris 2.8 (x86), languages c,c++: ./configure $verbose --prefix="/opt/SOLsdk" --target=$TARGET --with-gnu-as --with-gnu-ld --enable-threads -with-sysroot=/opt/SOLsdk/target/i686-pc-solaris2.8 --with-cpu=i686 --enable-languages=\"c,c++" --disable-multilib --without-newlib --disable-shared --disable-nls ./configure runs ok, but when i start make, it goes into libstdc++ and make returns with message "checking for wcslen... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. make: *** [configure-target-libstdc++-v3] Error 1" I'm trying to use 3.4.3 version. -- Summary: can not build crosscompiler for solaris2.8 (when building libstdc++ - error wcslen...:Link tests are not allowed after GCC_NO_EXECUTABLES) Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: andreev at comm dot mot dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: binutils-2.15 GCC host triplet: linux (SuSE 2.4.20-4GB), gcc version 3.3, i486-suse- linux GCC target triplet: i686-pc-solaris2.8 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19492