This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]