Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cpython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
Cpython
Commits
dabed752
Commit
dabed752
authored
Feb 1, 2001
by
Fred Drake
Browse files
Options
Downloads
Patches
Plain Diff
Added note about need for -traditional-cpp on the MacOS X Public Beta.
This closes SF bug #129827.
parent
acfb3f60
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+7
-0
7 additions, 0 deletions
README
with
7 additions
and
0 deletions
README
+
7
−
0
View file @
dabed752
...
@@ -387,6 +387,13 @@ Reliant UNIX: The thread support does not compile on Reliant UNIX, and
...
@@ -387,6 +387,13 @@ Reliant UNIX: The thread support does not compile on Reliant UNIX, and
platform as well. This should be resolved in time for a
platform as well. This should be resolved in time for a
future release.
future release.
MaxOS X: You need to add the "-traditional-cpp" option to the
compiler command line for the MacOS X Public Beta. This is
appearantly a bug in the default pre-processor, and is
expected not to be a problem with future versions. Run
configure with "OPT=-traditional-cpp ./configure" to add this
option.
Configuring threads
Configuring threads
-------------------
-------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment