Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
1bf0bf40
Kaydet (Commit)
1bf0bf40
authored
Agu 20, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Got rid of HP-UX comments (which seem to be out of date -- one should
use -Ae). Added Cray T3E comments.
üst
6b9fdf52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
README
README
+8
-9
No files found.
README
Dosyayı görüntüle @
1bf0bf40
...
...
@@ -253,15 +253,6 @@ AIX: A complete overhaul of the shared library support is now in
using OPT="" or OPT=-g, or use gcc. According to the latest
reports, it seems this compiler bug is still present in 4.2.1.
HP-UX: Shared library support now works by default (at least on HP-UX
9.x). One other problem remains: the HP ANSI C compiler (cc
-Aa) is too pedantic to use, but in K&R mode, it barfs on a
few files (complexobject.c, getargs.c and operator.c). Until
this is fixed, the following seems to work:
make -k # this compiles all but a few files
make OPT=-Aa # compile the remaining files
Minix: When using ack, use "CC=cc AR=aal RANLIB=: ./configure"!
SCO: 1) Everything works much better if you add -U__STDC__ to the
...
...
@@ -290,6 +281,14 @@ QNX: Edit the top level Makefile to use the following compile options:
Edit the Makefile in the Modules directory to read:
LDFLAGS = -N 48k
Cray T3E: Konrad Hinsen writes:
1) Don't use gcc. It compiles Python/graminit.c into something that
the Cray assembler doesn't like. Cray's cc seems to work fine.
2) Uncomment modules md5 (won't compile) and audioop (will crash
the interpreter during the test suite).
If you run the test suite, two tests will fail (rotate and binascii),
but these are not the modules you'd expect to need on a Cray.
Configuring additional built-in modules
---------------------------------------
...
...
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