![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem on install | csaunders | SUN Solaris | 1 | 12-17-2008 02:53 PM |
| Problem after Install SUN solaris x86 | quan0509 | SUN Solaris | 7 | 07-24-2008 04:07 PM |
| Solaris install problem!! | vutty81 | SUN Solaris | 5 | 10-17-2007 12:26 PM |
| kdevelop problem install | u6ik | UNIX for Dummies Questions & Answers | 4 | 03-04-2004 05:18 PM |
| Solaris install problem | jeremiebarber | UNIX for Dummies Questions & Answers | 2 | 08-31-2001 12:39 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
The problem after install gcc on AIX 5.3
The problem after install gcc on AIX 5.3
I download 5 rpm packages from IBM AIX Toolbox Download Page - Alphabetical Listing and install them. rpm -ivh gcc-4.0.0-1.aix5.3.ppc.rpm rpm -ivh libgcc-4.0.0-1.aix5.3.ppc.rpm rpm -ivh libstdcplusplus-4.0.0-1.aix5.3.ppc.rpm rpm -ivh libstdcplusplus-devel-4.0.0-1.aix5.3.ppc.rpm rpm -ivh gcc-cplusplus-4.0.0-1.aix5.3.ppc.rpm But when I compile a cpp file like this : #include <iostream> using namespace std; int main(int argc, char **argv) { cout<<"Hello\n"; return 0; } it returns like : ld: 0711-317 ERROR: Undefined symbol: .std::basic_ostream<char, std::char_traits<char> >& std erator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status What I can do to solve this problem? Thanks a lot! |
| Bookmarks |
| Tags |
| linux download |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|