![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pro*c compilation error | satvd | High Level Programming | 0 | 05-21-2008 06:04 AM |
| Compilation error : Please help | jagan_kalluri | High Level Programming | 1 | 05-20-2008 05:48 PM |
| compilation error | mannam srinivas | HP-UX | 2 | 04-18-2008 02:52 PM |
| compilation error | smanu | High Level Programming | 2 | 12-29-2006 10:11 AM |
| Regarding compilation error. | sweta | High Level Programming | 1 | 12-10-2006 11:30 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi,
Should be too simple... I wrote a sample c++ program like #include <iostream.h> int main() {$ int ab=455; cout << ab << endl; return 1; } I am getting error like $ gcc u1.cpp Undefined first referenced symbol in file cout /var/tmp/ccK1IfM6.o ostream: perator<<(ostream &(*)(ostream &))/var/tmp/ccK1IfM6.oendl(ostream &) /var/tmp/ccK1IfM6.o ostream: perator<<(int) /var/tmp/ccK1IfM6.old: fatal: Symbol referencing errors. No output written to a.out collect2: ld returned 1 exit status Not able to figure out what the problem is. THanks ls1429 |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|