This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
cout undefined symbol
- To: <gcc-bugs at gcc dot gnu dot org>,<bug-gcc at gnu dot org>,<gcc at gcc dot gnu dot org>
- Subject: cout undefined symbol
- From: "Krishna Mohan" <krishnam at subexgroup dot com>
- Date: Fri, 30 Mar 2001 12:02:06 +1000
- Reply-To: <krishnam at subexgroup dot com>
Sir,
Iam compiling C++ program which is giving linker error as " cout undefined
symbol."
My program test.cpp is like this.
# include<iostream.h>
void main()
{
cout<<"hello world";
}
Iam compiling using gcc test.cpp command.
Should i include any library for iostream? If it is what library should i
include?
Please help me out.
Thanks
P.KrishnaMohan