how to use STL on AIX using visualage.

A

Amber

I write a very simple cpp file, but visualage faild to produce the
output:
#include <iostream>
using namespace std;

int main(){
cout<<"hello world"<<endl;
return 0;
}
cc a.cpp:

ld: 0711-317 ERROR: Undefined symbol: Virtual table for class
"__DynaCastDesc_si
_public": first non-inline virtual function in
"__DynaCastDesc_si_public" is not
defined.
ld: 0711-317 ERROR: Undefined symbol: Virtual table for class
"eti_cplusplus": f
irst non-inline virtual function in "eti_cplusplus" is not defined.
ld: 0711-317 ERROR: Undefined symbol: operator delete(void*)
ld: 0711-317 ERROR: Undefined symbol: std::cout
ld: 0711-317 ERROR: Undefined symbol: std::ios_base::goodbit
ld: 0711-317 ERROR: Undefined symbol: std::ios_base::badbit
ld: 0711-317 ERROR: Undefined symbol: std::ios_base::adjustfield
ld: 0711-317 ERROR: Undefined symbol: std::ios_base::left
ld: 0711-317 ERROR: Undefined
symbol: .std::__setUncaughtExceptionFlag(bool)
ld: 0711-317 ERROR: Undefined symbol: .__CleanupCatch
ld: 0711-317 ERROR: Undefined symbol: .std::_Lockit::_Lockit(int)
ld: 0711-317 ERROR: Undefined symbol: .std::uncaught_exception()
ld: 0711-317 ERROR: Undefined symbol: .std::_Lockit::~_Lockit()
ld: 0711-317 ERROR: Undefined symbol: .operator delete(void*)
ld: 0711-317 ERROR: Undefined symbol: .std::ios_base::clear(int,bool)
ld: 0711-317 ERROR: Undefined symbol: std::ctype<char>::id
ld: 0711-317 ERROR: Undefined symbol: .std::locale::_Getfacet(unsigned
long) con
st
ld: 0711-317 ERROR: Undefined symbol: .__Throw
ld: 0711-317 ERROR: Undefined symbol: .std::unexpected()
ld: 0711-317 ERROR: Undefined symbol: .std::terminate()
ld: 0711-317 ERROR: Undefined symbol: .__ReThrow
ld: 0711-317 ERROR: Undefined symbol: std::ios_base::failbit
ld: 0711-317 ERROR: Undefined symbol: std::ios_base::unitbuf
ld: 0711-317 ERROR: Undefined symbol: std::locale::id::_Id_cnt
ld: 0711-317 ERROR: Undefined symbol: .operator new(unsigned long)
ld: 0711-317 ERROR: Undefined symbol: .std::_Locinfo::_Locinfo(const
char*)
ld: 0711-317 ERROR: Undefined symbol: .std::_Locinfo::~_Locinfo()
ld: 0711-317 ERROR: Undefined symbol: std::ctype<char>::_Cltab
ld: 0711-317 ERROR: Undefined symbol: ._Getctype
ld: 0711-317 ERROR: Undefined symbol: ._Tolower
ld: 0711-317 ERROR: Undefined symbol: ._Toupper
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top