[Bug c++/44092] Undefined Symbol: std::basic_string

2010-09-29 Thread stefanwin at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44092 Stefan Winter changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug c++/44092] Undefined Symbol: std::basic_string

2010-05-14 Thread redi at gcc dot gnu dot org
--- Comment #6 from redi at gcc dot gnu dot org 2010-05-14 12:05 --- You might want to read http://gcc.gnu.org/install/ starting with "Prerequisites" -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44092

[Bug c++/44092] Undefined Symbol: std::basic_string

2010-05-14 Thread stefanwin at gmx dot net
--- Comment #5 from stefanwin at gmx dot net 2010-05-14 11:55 --- If I want to install the gcc-4.4.0, I get the error "libgmp.a" and libmpfr.a not found. It seems I have to rebuild something. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44092

[Bug c++/44092] Undefined Symbol: std::basic_string

2010-05-14 Thread paolo dot carlini at oracle dot com
--- Comment #4 from paolo dot carlini at oracle dot com 2010-05-14 10:27 --- Yes. Note that gcc-4.0.x, 4.1.x, and 4.2.x are *not maintained anymore* and bugs affecting only those release series are simply closed. Thus, before anything else, try a current release, preferably gcc-4.4.x.

[Bug c++/44092] Undefined Symbol: std::basic_string

2010-05-14 Thread stefanwin at gmx dot net
--- Comment #3 from stefanwin at gmx dot net 2010-05-14 10:04 --- My sample program: // g++ 4.0.0-1 // compile: g++ -c -Wall progname.c -> ist ok // link (AIX linker "ld"): g++ -o progname progname.o // ERROR: Undefined symbol: .std::basic_string, std::allocator >::basic_string() // ER

[Bug c++/44092] Undefined Symbol: std::basic_string

2010-05-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|blocker |normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44092

[Bug c++/44092] Undefined Symbol: std::basic_string

2010-05-12 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-05-12 10:34 --- And neither 4.0.0 nor 4.2.x are maintained anymore nor do you provide a testcase to verify your failure. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/44092] Undefined Symbol: std::basic_string

2010-05-12 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2010-05-12 09:31 --- Something seems seriously broken in your setup, of course in a proper one this kind of problem would have blocked the release. Let's CC David... -- paolo dot carlini at oracle dot com changed: W