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

Jaro Hofierka hofierka at geomodel.sk
Mon Jun 16 09:30:27 EDT 2003


Hi Aleksey,

Thanks for hints regarding ld.co.conf,ldconfig and linking libgdal.so to 
libgdal.1.1.so. Now the modules run with no problem.

Jaro

Aleksey Naumov wrote:
> 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





More information about the grass-dev mailing list