This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: compiling python under cygwin


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]