This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: cout undefined symbol




 Sir,

When i execute program iam getting this error

ld.so.1: ./a.out: fatal: libstdc++.so.2.10.0: open failed: No such file or
direc
tory
Killed

Thanks
P.KrishnaMohan


-----Original Message-----
From: Daniel Berlin [mailto:dan@www.cgsoftware.com]
Sent: Friday, 30 March 2001 4:33 PM
To: Krishna Mohan
Cc: gcc-bugs@gcc.gnu.org; bug-gcc@gnu.org; gcc@gcc.gnu.org
Subject: Re: cout undefined symbol


Use g++ test.cpp, which will automatically link with the right libraries.


On Fri, 30 Mar 2001, Krishna Mohan wrote:

>
> 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
>
>



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]