[GRASS-dev] i.atcorr on osx (makefile )
massimo di stefano
massimodisasha at yahoo.it
Tue May 22 02:47:05 EDT 2007
Hi
To build i.atcorr on a mac osx platform
a little change to the its makefile is needed.
there is a space between the
-I $() and -L $() flag
that cause an error in the make process.
changing the make file from :
$(CXX) -c $< -o $@ -I $(INCLUDE_GIS) -L $(LIBRARY_GIS)
to :
$(CXX) -c $< -o $@ -I$(INCLUDE_GIS) -L$(LIBRARY_GIS)
fix this issue.
it is possible to modify this in the svn distribution ?
or this change can be generate errors on other platform ?
thanks,
Massimo
More information about the grass-dev
mailing list