Just added the little G_readsites_xyz() function. When I rebuilt my
test program against the new library, the linking failed with an undefined
reference to 'log' at line 629 in put_row.c. This was contrary to
compiling the same function less than a week ago. Adding $(MATHLIB), of
course, made this problem go away. Wondering if this is desirable
behavior, and will it possibily break a lot of programs than don't have
$(MATHLIB) specified in their Gmakefile's?
--
/bin/sh ~/.signature:
Command not found
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'
On Thu, Oct 05, 2000 at 09:25:45PM -0700, Eric G . Miller wrote:
Just added the little G_readsites_xyz() function. When I rebuilt my
test program against the new library, the linking failed with an undefined
reference to 'log' at line 629 in put_row.c. This was contrary to
compiling the same function less than a week ago. Adding $(MATHLIB), of
course, made this problem go away. Wondering if this is desirable
behavior, and will it possibily break a lot of programs than don't have
$(MATHLIB) specified in their Gmakefile's?
Hi Eric,
most modules have a $(MATHLIB) in Gmakefile. Some weeks ago we
have checked all Gmakefiles, so adding missing $(MATHLIB) should
not be much work.
Markus
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'