4

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 ?

skaffman
  • 398,947
  • 96
  • 818
  • 769
TanvirK
  • 253
  • 2
  • 5

1 Answers1

6

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

JeremyP
  • 84,577
  • 15
  • 123
  • 161