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
36eb6c73
Kaydet (Commit)
36eb6c73
authored
Agu 09, 1996
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
New AIX-NOTES
üst
abfd8064
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
61 deletions
+0
-61
AIX-NOTES
Misc/AIX-NOTES
+0
-61
No files found.
Misc/AIX-NOTES
deleted
100644 → 0
Dosyayı görüntüle @
abfd8064
[Excerpt from an email describing how to build Python on AIX.]
Subject: Re: Python 1.0.0 BETA 5 -- also for Macintosh!
From: se@MI.Uni-Koeln.DE (Stefan Esser)
To: Guido.van.Rossum@cwi.nl
Date: Fri, 7 Jan 1994 17:40:43 +0100
[...]
The following are [...] Instructions
to get a clean compile using gcc and xlc
under AIX 3.2.4.
Since I wanted to make sure that Python compiles
using both compilers and several sets of options
(ANSI and traditional C, optimize on/off) I didn't
try to include bash readline or other optional
modules.
'make test' succeeded using Python compiled with
the AIX C-compiler invoked as 'cc' and with options
'-o -qMEMMAX=4000' and compiled with 'gcc' and
options '-O -Wall'.
There were some problems trying to compile python
using 'gcc -ansi' (because of _AIX no longer being
defined), but I didn't have time to look into this.
Regards,
Stefan Esser
REQUIRED:
---------
1) AIX compilers don't like the LANG env
varaiable set to european locales.
This makes the compiler generate floating
point constants using "," as the decimal
seperator, which the assembler doesnt't
understand (or was it the other way around,
with the assembler expecting "," in float
numbers ???).
Anyway: "LANG=C; export LANG" solves the
problem, as does "LANG=C $(MAKE) ..." in
the master Makefile.
OPTIONAL:
---------
2) The xlc compiler considers "Python/ceval.c"
too complex to optimize, except when invoked
with "-qMEMMAX=4000".
[...]
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