Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Sun, 1 Oct 2000 21:19:05 -0400
From: Jason Tishler <Jason.Tishler@dothill.com>
To: Lockwood Nick L CONT PHCA <LockwoodNL@phdnswc.navy.mil>
Cc: "'cygwin@sourceware.cygnus.com'" <cygwin@sourceware.cygnus.com>
Subject: Re: compiling python under cygwin
Message-ID: <20001001211905.A1023@OLMY>
References: <D9103B2DB593D211A10A00805FFE2AF44D33BC@PHCAEX04.PHDNSWC.NAVY.MIL>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.4i
In-Reply-To: <D9103B2DB593D211A10A00805FFE2AF44D33BC@PHCAEX04.PHDNSWC.NAVY.MIL>; from LockwoodNL@phdnswc.navy.mil on Fri, Sep 29, 2000 at 04:34:18PM -0700
Organization: Dot Hill Systems Corp.

Nick,

On Fri, Sep 29, 2000 at 04:34:18PM -0700, Lockwood Nick L CONT PHCA wrote:
> 	Can anyone give me any hints to help me get going?  For instance,
> which existing makefile would be closest to working under cygwin?  Or am I
> stuck with figuring this out for myself or starting from scratch?  Any help
> or suggestions would be appreciated.

Python (at least 1.5.2 and 2.0b2) builds OOTB on Cygwin.  I just
built Python 2.0b2 under Cygwin 1.1.4 using the following:

    $ tar -xzf Python-2.0b2.tar.gz
    $ cd Python-2.0b2
    $ configure --with-threads=no --with-suffix=.exe --with-libm=
    $ make
    $ make install

Jason

-- 
Jason Tishler
Director, Software Engineering       Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corporation         Fax:   +1 (732) 264-8798
82 Bethany Road, Suite 7             Email: Jason.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

