This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/15466] New: libstd++ build error for sh-hms
- From: "adx at swissonline dot ch" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 May 2004 16:37:15 -0000
- Subject: [Bug c++/15466] New: libstd++ build error for sh-hms
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The build failes with the following message:
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: error: No support for this host/target combination.
make: *** [configure-target-libstdc++-v3] Error 1
The overall configure was invoked with the following command line:
../configure --prefix=/usr/local/gcc3-sh --target=sh-hms -v
The first lines in sh-hms/libstdc++-v3/config.log are:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by package-unused configure version-unused, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ /home/ad/src/gcc-3.4.0/libstdc++-v3/configure --cache-file=./config.cache
--host=sh-hms --build=i686-pc-linux-gnu --enable-multilib
--with-cross-host=i686-pc-linux-gnu --prefix=/usr/local/sh-gcc3 -v
--with-gcc-version-trigger=/home/ad/src/gcc-3.4.0/gcc/version.c
--program-transform-name=s,^,sh-hms-,; --srcdir=../../../libstdc++-v3
--with-target-subdir=sh-hms
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = i686
uname -r = 2.2.13-6smp
uname -s = Linux
uname -v = #1 SMP Mit Okt 20 12:20:57 CEST 1999
The build worked with version 3.3.1.
More information may be provided.
--
Summary: libstd++ build error for sh-hms
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: adx at swissonline dot ch
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: sh-hms
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15466