gcc not seeing.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have no idea what has changed in gcc 3.2 that is so different I can't compile anything.

--------------
#include <iostream.h>

int main()
{
	cout << "Hello World\n";
	return 0;
}
--------------
[Irv@snail cplusplus]$ gcc helloworld.c -o helloworld
helloworld.c:1:22: iostream.h: No such file or directory
helloworld.c: In function `main':
helloworld.c:5: `cout' undeclared (first use in this function)
helloworld.c:5: (Each undeclared identifier is reported only once
helloworld.c:5: for each function it appears in.)

 I tried iostream and iostream.h. 'g++ <filename>' seems to work after dumping a bunch of errors but then I can only get a.out filename. whats wrong with gcc blah.c -o blah.binary?



-- 
Psyche-list mailing list
Psyche-list@redhat.com
https://listman.redhat.com/mailman/listinfo/psyche-list

[Index of Archives]     [Fedora General Discussion]     [Red Hat General Discussion]     [Centos]     [Kernel]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat 9]     [Gimp]     [Yosemite News]

  Powered by Linux