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: llewelly at xmission dot com
- To: pradyot dhulipala <pradyot_s at yahoo dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 12 May 2004 18:48:54 -0600
- Subject: Re: problem with g++ in ns
- References: <20040512195922.65910.qmail@web20026.mail.yahoo.com>
pradyot dhulipala <pradyot_s@yahoo.com> writes:
> 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
Try <iostream> . The C++ standard never mentions iostream.h
> 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.
>
> I tried g++ too but no luck.In the makefile the
> relevant Includes are
[snip]
> Maybe a little too much info.
[snip]
Could you please post a short-but-complete source code example which
is sufficient to reproduce the problem?