Re: GCC 4.0.1 - iostream: No such file or dir....

2005-08-08 Thread Chris Garrett
Mike Stump wrote: Sorry about this. What criteria is there for posting to gcc vs gcc-help? If you want to contribute to the source code of gcc, the compiler, then those contributions go to gcc. If one is using gcc, those issues go to gcc-help. Ok Thank you Chris

Re: GCC 4.0.1 - iostream: No such file or dir....

2005-08-07 Thread Chris Garrett
[EMAIL PROTECTED] wrote: Chris Garrett [EMAIL PROTECTED] wrote: main.cpp:5: error: 'cout' was not declared in this scope This question should have been sent to gcc-help, not here. Sorry about this. What criteria is there for posting to gcc vs gcc-help? But as long as I'm

GCC 4.0.1 - iostream: No such file or dir....

2005-08-05 Thread Chris Garrett
I finally got 4.0.1 built in msys. I must have screwed up my msys/gcc setup because a clean install of msys and gcc-3.4.1 worked. I started with a simple test: main.cpp: ~~ #include iostream int main() { cout Hello\n; return 0; } then I try and build

Re: PLEASE HELP!!

2005-07-27 Thread Chris Garrett
If you really need to just jump into it you can try Chinook (http://www.degarrah.com/chinookfree.php). It's a cross platform IDE that ships with GCC/GDB and is free. Chris louise kelliher wrote: Hiya, im wondering if you could help me, Im at my wits end and need to cover c programming before

Re: Error building 4.0.1: input.h: No such file...

2005-07-13 Thread Chris Garrett
Dave Murphy wrote: Chris Garrett wrote: I built 4.0.0 last week and thought I would update to 4.0.1. While building 401 I got the following error: -- gcc -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC -W -Wall -Wwrite

Error building 4.0.1: input.h: No such file...

2005-07-12 Thread Chris Garrett
I built 4.0.0 last week and thought I would update to 4.0.1. While building 401 I got the following error: -- gcc -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes