Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Reply-To: From: "Norman Vine" To: Subject: RE: python 2.0, cygwin & readline - undefined symbols Date: Tue, 13 Mar 2001 14:14:21 -0500 Message-ID: <001101c0abf1$cfe17060$a300a8c0@nhv> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2232.26 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <3AAE579E.5384.14A573@localhost> Importance: Normal Gerrit P. Haase writes: >< Re: python 2.0, cygwin & readline - > > >Yuhuu, it works, > >$ PYTHONPATH= ./python.exe -tt ./Lib/test/regrtest.py -l -x test_poll >2 tests failed: test_strftime test_time FYI the poll function still has problems and was specifically omitted from your regression test above < -x test_poll in command line > This trivial patch solves the time module problem < timezone related > http://sourceforge.net/tracker/index.php?func=detail&aid=407758&group_id=547 0&atid=305470 the 'strftime' issue appears to be a newlib problem that I am looking into. the 'poll' issues are, I am sorry to say, still a little beyond me. If anyone familiar with the inner workings of the Cygwin polling mechanism is interested in helping, I will do all I can to help. The relevant Python source lives in $PY_SRC / Modules / selectmodule.c bracketed within #ifdef HAVE_POLL #endif Once we get these two modules working all that will be missing from a 100% Posix Python port will be threading. Cheers Norman Vine -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple