RE: [GRASS5] problem with gis library - timestamp

Markus,

Thanks!

Bill B.

-----Original Message-----
From: Markus Neteler [mailto:neteler@geog.uni-hannover.de]
Sent: Wednesday, December 27, 2000 10:15 AM
To: grass5@geog.uni-hannover.de
Subject: Re: [GRASS5] problem with gis library - timestamp

Hi Bill,

On Wed, Dec 27, 2000 at 09:22:05AM -0700, William L. Baker wrote:

I have a program that links to the gis library, and when attempting
to compile it, I get errors relating to the timestamp.c and sites.c
code, all dealing with undefined references to "datetime_copy"
"datetime_format" "datetime_scan" and "datetime_copy".

Anyone know what is wrong?

yes: You need a reference to the DateTime library in Gmakefile.

Recommended is to have all GRASS libs in a
LIBES=$(DISPLAYLIB) $(RASTERLIB) $(GISLIB) $(DATETIMELIB)

line and use this to reference the GRASS libes for CC line and above.
The non-GRASS libs may *not* go into this LIBES line.

This is described in "SUBMITTING" file in CVS.
I'll send the latest SUBMITTING off-list to you now.

This will help,

Markus

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write
to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'