This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc-3.0.4-installation for aix 4.3.3
- From: "J.Voss" <rz2a016 at rrz dot uni-hamburg dot de>
- To: gcc at gcc dot gnu dot org, voss at rrz dot uni-hamburg dot de
- Date: Wed, 08 May 2002 11:43:36 +0200
- Subject: gcc-3.0.4-installation for aix 4.3.3
Hello
Creation of programs written in c++ result in error caused by the the
linker:
ld: 0711-317 Error: Undefined symbol:
std::string::_Rep::_S_max_size
The very simple source I tried to compile using g++ was:
#include <iostream.h>
main()
{
cout << "erstes c++-Programm" << endl;
}
I would be glad if you could help me to resolve this problem.
Thanks in advance.
Juergen Voss
Rechenzentrum der email: voss@rrz.uni-hamburg.de
Universitaet Hamburg Tel.: +49-(0)40-42838-3091
Schlueterstrasse 70 Fax : +49-(0)40-42838-6270
20146 Hamburg