Re: [Ilugc] stream.h and fstream.h NOT FOUND problem

2009-06-08 Thread Shashwath T.R.
On Sun, Jun 7, 2009 at 9:42 AM, bala chandar wrote: > Hai, > I recently installed Ubuntu 8.10.Actually I need g++ for my project.So > I installed it through synaptic.I installed g++,g++ 4.1,g++4.2,g++ 4.3 > all shown in synaptic. > But when i compile my project it says, > stream.h - No Such File or

Re: NOT SOLVED : [Ilugc] stream.h and fstream.h NOT FOUND problem

2009-06-07 Thread steve
Hi Bala, bala chandar wrote: I installed build-essential already.But again it shows the same errors.I need to know which library i need to install to get those headers. Firstly, stream.h and fstream.h are not *standard c++ headers*, so they don't exist (afaik) in gnu c++ devel. environment. P

NOT SOLVED : [Ilugc] stream.h and fstream.h NOT FOUND problem

2009-06-07 Thread bala chandar
I installed build-essential already.But again it shows the same errors.I need to know which library i need to install to get those headers. Thank you ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in the subject or

Re: [Ilugc] stream.h and fstream.h NOT FOUND problem

2009-06-06 Thread Gowthaman Basuvaraj
> > > I installed it through synaptic.I installed g++,g++ 4.1,g++4.2,g++ 4.3 > all shown in synaptic. try installing build-essentials ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in the subject or body of the message. ht

[Ilugc] stream.h and fstream.h NOT FOUND problem

2009-06-06 Thread bala chandar
Hai, I recently installed Ubuntu 8.10.Actually I need g++ for my project.So I installed it through synaptic.I installed g++,g++ 4.1,g++4.2,g++ 4.3 all shown in synaptic. But when i compile my project it says, stream.h - No Such File or Directory Found fstream.h - No Such File or Directory Found I