Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b1311c15
Commit
b1311c15
authored
Dec 12, 2001
by
Michael W. Hudson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This is what Jason Tishler and I believe to be the state of play on Cygwin
at present.
parent
7162db49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
23 deletions
+32
-23
README
README
+32
-23
No files found.
README
View file @
b1311c15
...
@@ -411,43 +411,52 @@ Mac OS X 10: One of the regular expression tests fails
...
@@ -411,43 +411,52 @@ Mac OS X 10: One of the regular expression tests fails
want
to
manually
install
a
symlink
in
/
usr
/
local
/
bin
/
python
to
the
want
to
manually
install
a
symlink
in
/
usr
/
local
/
bin
/
python
to
the
executable
deep
down
in
the
framework
.
executable
deep
down
in
the
framework
.
Cygwin: Cygwin Python builds OOTB when configured as follows:
Cygwin
:
With
recent
(
relative
to
the
time
of
writing
,
2001
-
12
-
11
)
Cygwin
installations
,
Python
builds
and
passes
all
tests
on
NT
/
2000
if
the
_socket
module
is
linked
statically
.
If
the
_socket
module
is
linked
dynamically
(
the
default
),
then
failures
can
occur
under
certain
conditions
related
to
fork
().
This
is
a
known
Cygwin
problem
that
may
be
resolved
by
rebasing
the
necessary
DLLs
to
prevent
base
address
conflicts
.
configure --with-threads=no
Threads
support
should
still
be
disable
due
to
a
known
bug
in
Cygwin
pthreads
that
causes
test_threadedtempfile
to
hang
.
assuming Cygwin 1.1.8-2 and gcc 2.95.3-1 or later. At the time
To
workaround
the
above
,
run
"./configure --with-threads=no"
and
of this writing, Cygwin pthread support is being significantly
include
any
other
options
you
need
(--
prefix
,
etc
.).
Then
in
enhanced. Hopefully, there will be a Cygwin Python with thread
Modules
/
Setup
uncomment
the
lines
:
support soon.
Cygwin Python supports the building of shared extensions via the
#
SSL
=/
usr
/
local
/
ssl
traditional Misc/Makefile.pre.in and the newer distutils methods.
#
_socket
socketmodule
.
c
\
#
-
DUSE_SSL
-
I
$(
SSL
)/
include
-
I
$(
SSL
)/
include
/
openssl
\
#
-
L
$(
SSL
)/
lib
-
lssl
-
lcrypto
On NT/2000, the following regression tests fail:
and
remove
"local/"
from
the
SSL
variable
.
And
finally
,
just
run
"make"
!
test_poll (hang)
The
_curses
module
does
not
build
.
This
is
an
known
Cygwin
test_strftime
ncurses
problem
that
should
be
resolved
the
next
time
that
this
package
is
released
.
Due to the test_poll hang on NT/2000, one should run th
e
On
older
versions
of
Cygwin
,
test_poll
may
hang
and
test_strftim
e
regression test using the following:
may
fail
.
PYTHONPATH= ./python.exe -tt ./Lib/test/regrtest.py -l -x test_poll
The
situation
on
9
X
/
Me
/
XP
is
not
accurately
known
at
present
.
However
,
it
is
expected
that
XP
should
be
the
same
(
or
at
least
On 9X/Me, in addition the above NT/2000 failures, it has been
very
similar
to
)
NT
/
2000.
Some
time
ago
,
there
were
reports
that
reported that the following regression tests also fail
:
the
following
regression
tests
failed
on
9
X
/
Me
:
test_pwd
test_pwd
test_select
(
hang
)
test_select
(
hang
)
test_socket
test_socket
Due to the test_poll and test_select hang on 9X/Me, one should
Due
to
the
test_select
hang
on
9
X
/
Me
,
one
should
run
the
regression
run the regression test using the following:
test
using
the
following
:
PYTHONPATH= ./python.exe -tt ./Lib/test/regrtest.py -l -x test_poll -x test_select
Help trying to track down the root causes for these known problems
make
TESTOPTS
=
'-l -x test_select'
test
will be greatly appreciated.
News
regarding
these
platforms
with
more
recent
Cygwin
verions
would
be
appreciated
!
Configuring
threads
Configuring
threads
-------------------
-------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment