[GRASSLIST:5610] Re: config on cygwin

Paul Dymecki millardymecki at sympatico.ca
Thu Feb 20 12:55:48 EST 2003


Just thought i'd share some cygwin installation notes:
when using: 
./configure --with-tcltk-libs=DIR
                 --with-tcltk-includes=DIR
the compiler can't find the TCL includes 
To fix this i took out the --with-tcltk-includes=DIR and kept the
--with-tcltk-libs=DIR      
same goes for GD libraries.

----- Original Message ----- 
From: "Glynn Clements" <glynn.clements at virgin.net>
To: "Paul Dymecki" <millardymecki at sympatico.ca>
Cc: <GRASSLIST at baylor.edu>
Sent: Thursday, February 20, 2003 11:21 AM
Subject: Re: [GRASSLIST:5603] gdal install on cygwin


> 
> Paul Dymecki wrote:
> 
> >    i was wondering if anyone has gotten gdal working with GRASS on
> > cygwin.  I keep getting the compilation error _gdalmodule.so does not
> > exist when running make install on gdal-1.1.8
> 
> I suspect that building a shared GDAL library doesn't work on Cygwin;
> shared libraries are highly platform-specific.
> 
> Use "make -k ..." to ignore errors; it should at least install a
> static library (libgdal.a).
> 
> When building GRASS, you will need to use "configure ... --with-gdal"
> to force r.in.gdal to be linked directly against libgdal; the default
> (without --with-gdal) is to load libgdal dynamically (like a plug-in),
> which won't work on Cygwin.
> 
> -- 
> Glynn Clements <glynn.clements at virgin.net>




More information about the grass-user mailing list