This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: problem with g++ in ns
- From: Sumith Makam <makampec at iitr dot ernet dot in>
- To: pradyot dhulipala <pradyot_s at yahoo dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Thu, 13 May 2004 02:17:41 -0500 (GMT)
- Subject: Re: problem with g++ in ns
> Hi all,
> I am running ns2.26 on on Mandrake linux 9.1 with g++
> version (GCC) 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk).
> I am trying to include iostream.h in my project files
> that are targeted by by ns makefile.Now iostream
> include stmt works fine for normal files but it gets
> screwed
> up when I use it in my project files.
U just write a simple program like
#include<algorithm>
int main(){
return 0;
}
If u get same sort of errors, then this is the problem with the gcc header
files... and the solution will be removing the gcc package and installing
again....and even if this don't work...Sorry!!!!!!
----------------------------------------- (on isc)
________________________________________________________________________
Powered by TREND VirusWall: Information Superhighway Centre, IIT Roorkee
---------------------------------------------------------