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
1c24f9c8
Commit
1c24f9c8
authored
Mar 06, 2001
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document that _REENTRANT is not needed explicitly.
parent
859eb621
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
README
README
+10
-6
No files found.
README
View file @
1c24f9c8
...
@@ -414,16 +414,20 @@ send in the patch. (Don't bother patching the configure script itself
...
@@ -414,16 +414,20 @@ send in the patch. (Don't bother patching the configure script itself
Compiler switches for threads
Compiler switches for threads
.............................
.............................
The definition of _REENTRANT should be configured automatically, if
that does not work on your system, or if _REENTRANT is defined
incorrectly, please report that as a bug.
OS/Compiler/threads Switches for use with threads
OS/Compiler/threads Switches for use with threads
(POSIX is draft 10, DCE is draft 4)
(1) compile only (2)
compile & link
(POSIX is draft 10, DCE is draft 4) compile & link
SunOS 5.{1-5}/{gcc,SunPro cc}/solaris
(1) -D_REENTRANT (2)
-mt
SunOS 5.{1-5}/{gcc,SunPro cc}/solaris -mt
SunOS 5.5/{gcc,SunPro cc}/POSIX (
1) -D_REENTRANT
SunOS 5.5/{gcc,SunPro cc}/POSIX (
nothing)
DEC OSF/1 3.x/cc/DCE
(1) -D_REENTRANT (2)
-threads
DEC OSF/1 3.x/cc/DCE -threads
(butenhof@zko.dec.com)
(butenhof@zko.dec.com)
Digital UNIX 4.x/cc/DCE
(1) -D_REENTRANT (2)
-threads
Digital UNIX 4.x/cc/DCE -threads
(butenhof@zko.dec.com)
(butenhof@zko.dec.com)
Digital UNIX 4.x/cc/POSIX
(1) -D_REENTRANT (2)
-pthread
Digital UNIX 4.x/cc/POSIX -pthread
(butenhof@zko.dec.com)
(butenhof@zko.dec.com)
AIX 4.1.4/cc_r/d7 (nothing)
AIX 4.1.4/cc_r/d7 (nothing)
(buhrt@iquest.net)
(buhrt@iquest.net)
...
...
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