Hello,
I am using gcc and g++ 3.01.
I wrote a small socket program in C++ and named the
source as test.cpp.
Now if I compile with g++, it works well and
I can run a.out.( I gave the command g++ test.cpp).
But if I try the same with gcc, it fails 
during linking.
I have used standard C++ headers and cout statements.
It gives unresolved symbol for cout statemetns.
How can I resolve the problem with gcc?

Thanks in advance,
Pradeep

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to