jaipal <[EMAIL PROTECTED]> writes:

>  undefined reference to `std::basic_ostream<char,

Please read this:
 http://catb.org/esr/faqs/smart-questions.html

The most likely cause of your problem is that you are linking a C++
program with 'gcc'. Use 'g++' instead: they are not the same thing.

> I am getting these errors with gcc 4.2.2. I didnt get any errors with
> the previous versions

It was likely just your luck that it worked before.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to