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
[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?
Bu
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
int main()
{
cout << "Hello\n";
return 0;
}
then I try and build it:
~~
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
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
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 -Wmissing-prototyp