Menu Content/Inhalt
Home
Welcome To Canna Software

Canna Software is dedicated to embedded systems development. We have over 25 years of experience working at all levels of hardware and software design. If you have heard of it or it is in the news, odds are we have developed with it.

When you need a new project designed in a short period of time, call Canna Software.

Canna Software: We Write the Code You Want

 
Linux GnuMake for ObjC PDF Print E-mail
Written by Webmaster   
Friday, 06 April 2007
Image
GNUStep
Okay, I admit that this isn't rocket science. But it also is one of those things that you tend to forget. GNUStep has to have the make file set up JUST right in order to build Objective C programs. I puzzled over it for a while, searched, but came up empty. Finally, I went to the source. 
 
And what did I find?
"Before you can execute this makefile you must first set your GNUstep environment variables. Among other things this defines the GNUSTEP_MAKEFILES variable referenced above. The simplest way to do this is to execute one of the following commands (you must first locate your GNUstep installation manually):
C shell:
source /System/Library/Makefiles/GNUstep.csh
Bourne shell:
. /System/Library/Makefiles/GNUstep.sh On most Unix systems, GNUstep is installed in /usr/lib/GNUstep. (Directory layout documentation.)"

Oh, yeah... NOW I remember... lgs
Last Updated ( Saturday, 14 April 2007 )
 
< Prev