[Bug c++/28975] New: conflicting declaration 'typedef struct mbstate_t mbstate_t'

2006-09-07 Thread waspswarm at gmail dot com
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: ia64-hp-hpux11.23 GCC host triplet: ia64-hp-hpux11.23 GCC target triplet: ia64-hp

[Bug c++/28975] conflicting declaration 'typedef struct mbstate_t mbstate_t'

2006-09-07 Thread waspswarm at gmail dot com
--- 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

[Bug target/28975] conflicting declaration 'typedef struct mbstate_t mbstate_t'

2006-09-07 Thread waspswarm at gmail dot com
--- 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. Thanks! Adding

[Bug bootstrap/28745] make bootstrap failed on rhel4-x64 with ld internal error at elf64-x86-64.c line 1912

2006-08-16 Thread waspswarm at gmail dot com
--- 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 prerelease. I

[Bug bootstrap/28745] New: make bootstrap failed on rhel4-x64 with ld internal error at elf64-x86-64.c line 1912

2006-08-15 Thread waspswarm at gmail dot com
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 http://gcc.gnu.org/bugzilla

[Bug bootstrap/28745] make bootstrap failed on rhel4-x64 with ld internal error at elf64-x86-64.c line 1912

2006-08-15 Thread waspswarm at gmail dot com
--- 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