[GRASS5] grass51: value of $(GDALLIBS) in a Makefile

Aleksey Naumov naumov at acsu.buffalo.edu
Sat Jun 14 20:14:46 EDT 2003


Hi,

I noticed this when compilation got to v.out.ogr, it compained about 
unresolved OGR* symbols. This is due to wrong definition of GDALLIBS in 
Platform.make -- here's what it has:

#GDAL
GDALLIBS            = -ldl

After fixing it to:
GDALLIBS            = -lgdal

everything worked ok. Unfortunately I don't know enough about Makefile.in 
stuff to see how this was generated

Aleksey
-- 
Aleksey Naumov
GIS Analyst
Center for Health and Social Research
Buffalo State College




More information about the grass-dev mailing list