[Shapelib] How to compile Shapefile C Library in CYGWIN ??

Curt, WE7U archer at eskimo.com
Wed Jan 4 14:43:12 PST 2006


On Wed, 4 Jan 2006, Curt, WE7U wrote:

> For our project we needed to do a tweak in order to compile on
> Cygwin.  Here's the important part of the script:
>
> ----------------------
> # Need a couple fixes for shapelib on Cygwin.
> if [ $UNAME = 'Cygwin' ]
> then
>   mv Makefile Makefile.dist
>   sed -e "s/h libshp.so/hlibshp.sl/" -e "s/-lc/-lcygwin/" < Makefile.dist > Makefile
> fi
>
> make
> make lib
> ----------------------
>
> I think that might be the fix you're looking for.

Here's where to find the full script that fetches/compiles Shapelib,
in case you want to try it directly:

  http://cvs.sourceforge.net/viewcvs.py/xastir/xastir/scripts/

It's called "get_shapelib.sh" and should run from Cygwin or Linux
just fine, perhaps others as well.

--
Curt, WE7U.   APRS Client Comparisons: http://www.eskimo.com/~archer
"Lotto:    A tax on people who are bad at math." -- unknown
"Windows:  Microsoft's tax on computer illiterates." -- WE7U
"The world DOES revolve around me:  I picked the coordinate system!"



More information about the Shapelib mailing list