Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: waspswarm at gmail dot com
GCC build triplet: x86_64-redhat-linux
GCC host triplet: x86_64-redhat-linux
GCC target triplet: x86_64-redhat-linux
ht
--- Comment #1 from waspswarm at gmail dot com 2006-08-15 20:22 ---
[EMAIL PROTECTED] bld]$ uname -r
2.6.9-34.0.1.ELsmp
[EMAIL PROTECTED] bld]$ cat /etc/redhat-release
CentOS release 4.3 (Final)
[EMAIL PROTECTED] bld]$ rpm -qa |grep binutils
binutils-2.15.92.0.2-18
[EMAIL PROTECTED
--- Comment #3 from waspswarm at gmail dot com 2006-08-16 14:38 ---
(In reply to comment #2)
> This is a bug in binutils version which you are using. Either report this to
> Redhat or update the version since the version that redhat uses is about 2
> years old and a prerelea
mbstate_t'
Product: gcc
Version: 4.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: waspswarm at gmail dot com
GCC build triplet: i
--- Comment #1 from waspswarm at gmail dot com 2006-09-07 15:39 ---
Here is /usr/include/sys/_mbstate_t.h
/*
* @(#)B11.23_LR
*/
#ifndef _MBSTATE_T_INCLUDED
#define _MBSTATE_T_INCLUDED
# ifndef _MBSTATE_T
# define _MBSTATE_T
typedef struct {
unsigned char
--- Comment #3 from waspswarm at gmail dot com 2006-09-07 15:46 ---
(In reply to comment #2)
> So that means when __STDC_VERSION__=199901 then _GLIBCXX_HAVE_MBSTATE_T needs
> to be defined or something like that.
>
> Anyways this is a target issue.
>