R: [GRASS-dev] WinGRASS: Xerces-C and Expat under MingW

benjamin.ducke at ufg.uni-kiel.de benjamin.ducke at ufg.uni-kiel.de
Tue Mar 4 07:54:17 EST 2008


One more thing re. GDAL:

For Xerces-C support: the GDAL configure script will attempt to compile a
little test program. There is a definition for LDFLAGS (ca. line 23509),
which may include -lpthread (no matter whether it's actually installed on
your system or not):

	LDFLAGS="$LDFLAGS $xerces_lib_flags -lpthread"

If you don't have the pthread library installed, delete the corresponding
item from the definition above.

Benjamin




More information about the grass-dev mailing list