vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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. |
| ||||
| Amber wrote: > 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: Why cc ? it is C compiler, not C++. Did you try xlC a.cpp for C++ ? Patrick |
| Thread Tools | |
| Display Modes | |
|
|