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
8449f6b9
Kaydet (Commit)
8449f6b9
authored
May 09, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update build notes for Mac OS X 10.0.
This closes SF bug #416530.
üst
b2877dd1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
README
README
+10
-10
No files found.
README
Dosyayı görüntüle @
8449f6b9
...
...
@@ -386,16 +386,16 @@ Reliant UNIX: The thread support does not compile on Reliant UNIX, and
platform as well. This should be resolved in time for a
future release.
Mac OS X
: You need to add the "-traditional-cpp" option to th
e
compiler command line for the Mac OS 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='-g -traditional-cpp' ./configure
--with-suffix=.exe --with-dyld" to add thi
s
option. One of the regular expression tests fails due to the
small stack size used by default (how to change this?), and
the test_largefile test is only expected to work on a Unix UFS
filesystem (how to check for
this on Mac OS X?).
Mac OS X
10.0: Run configure with "OPT='-no-cpp-precomp' ./configur
e
--with-suffix=.exe --with-dyld". This generates executable
file: 'python.exe' (it cannot be named 'python' on an HFS or
HFS+ disk as the file name clashes with directory 'Python').
The '-no-cpp-precomp' option prevents a large number of
compilation warnings. One of the regular expression test
s
fails with a SEGV due to the small stack size used by default
(how to change this?), and the test_largefile test is only
expected to work on a Unix UFS filesystem (how to check for
this on Mac OS X?).
Cygwin: Cygwin Python builds OOTB when configured as follows:
...
...
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