[OSRS-PROJ] Build problems in CygWin

Norman Vine nhv at cape.com
Fri Dec 6 09:23:39 PST 2002


----- Original Message ----- 
From: "Matt" <Matt at terraengine.com>
To: <osrs-proj at remotesensing.org>
Sent: Friday, December 06, 2002 10:55 AM
Subject: [OSRS-PROJ] Build problems in CygWin


> Hi,
> 
> I am attempting to build proj4 in CygWin and am running into an error
> that I need help with. I have included the results of my build attempt
> along with the resulting makefile.
> 
> Any suggestions would be appreciated.

Please limit your posts to the minimum required to 
see the error.  In this case there was no need to add
anything more then output of the make command

Try adding AC_PREREQ(2.13) as the first 'real line' in configure.in

i.e.
dnl Process this file with autoconf to produce a configure script.
# Require at least automake 2.13
AC_PREREQ(2.13)

This is to insure that the minimal autoconf version
capable of libtool compilation with Cygwin is used

Norman
----------------------------------------
PROJ.4 Discussion List
See http://www.remotesensing.org/proj for subscription, unsubscription
and other information.



More information about the Proj mailing list