Can jGRASP convert to work with C?

I have tried changing my jGRASP compiler settings to work with C programs, but I keep on getting the following error:

-jGRASP exec: gcc -g -c C:\Documents and Settings\MARK GRUSZECKI\My Documents\Pep8\Hello.c

-jGRASP wedge2 error: command "gcc" not found.

-This command must be in the current working directory

-or on the current PATH to use this function.

-PATH is ";C:\..."

Any help is appreciated.

[448 byte] By [Apuda] at [2007-10-2 18:25:32]
# 1

The error is saying that jGRASP cannot find 'gcc' which is the GNU C/C++ compiler. Have you installed it ? It looks like you are running on Windows so if you want to use the GNU C/C++ compiler then you will have to install it. There is lots of documentation available from the jGRASP home page. Have you read it?

sabre150a at 2007-7-13 19:46:34 > top of Java-index,Developer Tools,Java Compiler...