It turned out that the magic words were:
LDFLAGS = -framework GDAL -framework GEOS
in my Makefile. Thanks to William Kyngesburye for the solution.
Cheers,
Greg
Christopher Schmidt wrote:
On Wed, Dec 17, 2008 at 04:12:26PM -0800, Greg Ederer wrote:
Hi,
I've been trying to c
On Wed, Dec 17, 2008 at 04:12:26PM -0800, Greg Ederer wrote:
> Hi,
>
> I've been trying to compile StarSpan under Mac OS X 10.5.6. There
> doesn't seem to be a StarSpan community/forum/list. Unfortunately,
> StarSpan does not know where to find GDAL. I tried adding:
>
> -I/Library/Frameworks
Hi,
I've been trying to compile StarSpan under Mac OS X 10.5.6. There
doesn't seem to be a StarSpan community/forum/list. Unfortunately,
StarSpan does not know where to find GDAL. I tried adding:
-I/Library/Frameworks/GDAL.framework/Versions/1.6/Headers
to Makefile.in and now make can fin