views:

79

answers:

1

I've downloaded gnustep core \ gnustep system (for Windows) and come example apps. When i run the gnustep shell from start>all program> GNUstep> shell, navigate to the folder containing en example makefile and type make, i get the following error :

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

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

A: 

You're getting that error because GNUStep can't find the compiler. You need to also install the developer package (GNUStep Devel).

JeremyP
Marvellous - thanks for that.
TanvirK