[Gdal-dev] missing libproj.so
Matt Wilkie
matt.wilkie at gov.yk.ca
Tue Feb 17 18:22:22 EST 2004
> ifeq ($(HAVE_LIBTOOL), yes)
> CONFIG_LIBS = $(LIBGDAL) -L$(PATH_TO_PROJLIB) -lproj
>
> This will be required for Cygwin and MingW compiles as Win32
> doew not allow any unreferenced symbols
this did the trick:
CONFIG_LIBS = $(LIBGDAL) -L$(INST_LIB) -lproj
thanks for all your help Norman!
--
matt wilkie
--------------------------------------------
Geographic Information,
Information Management and Technology,
Yukon Department of Environment
10 Burns Road * Whitehorse, Yukon * Y1A 4Y9
867-667-8133 Tel * 867-393-7003 Fax
--------------------------------------------
More information about the Gdal-dev
mailing list