This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12330] Tru64: g++ 3.3.1 compiler problem - std::allocator<char>::allocator[in-charge]()
- From: "sgowda at orga-systems dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Sep 2003 15:29:52 -0000
- Subject: [Bug c++/12330] Tru64: g++ 3.3.1 compiler problem - std::allocator<char>::allocator[in-charge]()
- References: <20030918154157.12330.sgowda@orga-systems.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12330
sgowda at orga-systems dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From sgowda at orga-systems dot com 2003-09-29 15:29 -------
...somehow make utility didn't create libstdc++.a
The libstdc++ when the preoblem reported:
/usr/local/lib
lrwxrwxrwx 1 root system 18 Jul 11 18:32 libstdc++.so ->
libstdc++.so.3.0.4
-rwxr-xr-x 1 root system 5676032 Jul 11 18:32 libstdc++.so.3.0.4
The libstdc++ after replacing the lib:
/usr/local/lib
-rw-r--r-- 1 root system 9868054 Sep 25 12:43 libstdc++.a
Now it works well.
thank you!
//shiva