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]

<command line>: warning: "cpu" re-asserted ??


I'm just starting to learn c++ and wrote a little 'hello world' program...


// Hello World //

#include <iostream.h>

main()
{
cout << "Hello World";
return 0;
}


but when I try to compile, it outputs this:

<command line>: warning: "cpu" re-asserted
<command line>: warning: "machine" re-asserted
first.cpp:3:22: iostream.h: No such file or directory

I have no idea what this means, and I can't find any useful documentation on 
it anywhere on the web.
I'm using gcc 3.0.1 on RH6 linux 2.4.4
Does anyone know what's going on here?

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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