António Rocha wrote:

> cannot find -lgrass_datetime

> There is no file with that name neigter lxdr neither liberty. The this 
> is at grass.make DATETIME_LIBNAME is defined:
> DATETIME_LIBNAME      = grass_datetime
> and then DATETIMELIB is defined as
> DATETIMELIB   = -l$(DATETIME_LIBNAME)
> 
> so DATETIMELIB is equal to lgrass_datetime

No, it's equal to -lgrass_datetime (note the leading dash); -l is a
switch; the linker adds the "lib" prefix itself.

-- 
Glynn Clements <[email protected]>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to