On 07/10/02 04:57 -0700, Srinivasa Pradeep wrote: <snip> > 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? gcc test.cpp -o dummy -lstdc++ (Note that -o test was not used. Why is left as an exercise for the reader).
Devdas Bhagat ------------------------------------------------------- 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
