[GRASS-dev] i.atcorr on osx (makefile )

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

Hi Massimo,

fixed. Please check.
It has no effect on make in Debian.

Yann

On Tuesday 22 May 2007 13:47, massimo di stefano wrote:

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

_______________________________________________
grass-dev mailing list
grass-dev@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass-dev

--
Yann Chemin
Sainte-Anne d'Auray, France