Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3CFE1A21.20009@scytek.de> Date: Wed, 05 Jun 2002 16:03:13 +0200 From: Volker Quetschke User-Agent: Mozilla/5.0 (Windows; U; Win98; de-DE; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: de-DE MIME-Version: 1.0 To: gnupg-devel AT gnupg DOT org CC: cygwin AT cygwin DOT com Subject: Re: Patches for gnupg 1.0.7 / cygwin 1.3.10 References: <3CFCE281 DOT 3030806 AT scytek DOT de> <3CFE118D DOT 2010900 AT scytek DOT de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, I forgot two things: > Ok, but first things first, at the moment gnupg 1.0.7 / current cvs > version don't build OOB. I mean both, the release gnupg 1.0.7 and the new version from cvs don't build. > You can use the following build instructions to build gpg as a native > windows application. (without cygwin1.dll) > > export CC="gcc -mno-cygwin" > export RANLIB="ranlib" > > ./scripts/autogen.sh > ./configure --host=i686-pc-mingw32 --target=i686-pc-mingw32 > echo "all:" > po/Makefile > make > > ( The po/Makefile is not generated without AM_GNU_GETTEXT set, therefor > you have to generate your own. > And you need to change the > #ifdef __CYGWIN32__ > # include > #endif > > to just > > #include > (I don't now if you need winioctl.h for a pure mingwin build) You also need AC_CHECK_FUNC( strcasecmp ... ) in Configure.ac, this is possibly already corrected in cvs. Bye Volker -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/