[GRASSLIST:330] compiling GRASS modules

Hi,

I have GRASS installed on my system. I want to use GIS library functions in a program 'm doing in C. How do I do the makefile ?
I read in some GRASS documentation (programmer manual, I think) that you have to use Gmake. My system doesn’t recognize Gmake !

I’m confused!!

Help please! :slight_smile:

Thanks

Ana Soares wrote:

I have GRASS installed on my system. I want to use GIS library functions in
a program 'm doing in C. How do I do the makefile ?
I read in some GRASS documentation (programmer manual, I think) that you
have to use Gmake. My system doesn't recognize Gmake !

Older versions of GRASS used to install a "gmake" script for compiling
GRASS modules, but that isn't used in 6.x. You just need to write
Makefiles which work with your make program.

--
Glynn Clements <glynn@gclements.plus.com>