Unable to compile c object application using GNUStep

I downloaded gnustep core \ gnustep system (for Windows) and came up with sample applications. When I start the gnustep shell from the start> all program> GNUstep> shell, go to the folder containing the makefile example and type make, I get the following error:

Compiling the file main.m / bin / sh: gcc: command not found

so basically I can’t build anything. I get the same error when I type gcc -v. Can anyone help?

+4
source share
1 answer

You get this error because GNUStep cannot find the compiler. You also need to install the developer package ( GNUStep Devel ).

+6
source

All Articles