This is the mail archive of the gcc-help@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]
Other format: [Raw text]

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


---------------------------------------------------------

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