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
ed7f9e24
Commit
ed7f9e24
authored
Nov 16, 1999
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hint for C++ users on AIX by Gary Duzan added.
parent
bcb393f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
README
README
+3
-0
No files found.
README
View file @
ed7f9e24
...
@@ -231,6 +231,9 @@ AIX: A complete overhaul of the shared library support is now in
...
@@ -231,6 +231,9 @@ AIX: A complete overhaul of the shared library support is now in
place. See Misc/AIX-NOTES for some notes on how it's done.
place. See Misc/AIX-NOTES for some notes on how it's done.
(The optimizer bug reported at this place in previous releases
(The optimizer bug reported at this place in previous releases
has been worked around by a minimal code change.)
has been worked around by a minimal code change.)
In addition, Gary Duzan has a hint for C++ users: to enable
full C++ module support, set CC="xlC" (or CC="xlC_r" for thread
support in AIX 4.2.1).
HP-UX: Please read the file Misc/HPUX-NOTES for shared libraries.
HP-UX: Please read the file Misc/HPUX-NOTES for shared libraries.
When using threading, you may have to add -D_REENTRANT to the
When using threading, you may have to add -D_REENTRANT to the
...
...
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