http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44092
Stefan Winter changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
--- 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
--- 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
--- 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.
--- 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
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|blocker |normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44092
--- 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
--- 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