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
1dc19ba2
Kaydet (Commit)
1dc19ba2
authored
Agu 08, 1996
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed
üst
a93b504a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
33 deletions
+0
-33
bindit
Modules/bindit
+0
-33
No files found.
Modules/bindit
deleted
100755 → 0
Dosyayı görüntüle @
a93b504a
#!/bin/ksh
#################################
# AIX shared library helper #
#################################
# ------------------------------------------------------------
# This script should be in the Modules directory, and I run it
# (from there) after having built all the shared objects.
# ------------------------------------------------------------
# --------------------------------------------------
# Create the export file which will list all symbols
# that the statically linked python executable has
# to make available to dynamically loaded modules.
# --------------------------------------------------
sort
-u
*
.imp
>
python.exp
# ---------------------------------------------------------------------
# Link the python executable. I think this is exactly the same command
# which the unmodified python makefile comes up with, except for the
# addition of the -bE: argument.
# ---------------------------------------------------------------------
cc
-O
main.o config.o getpath.o libModules.a ../Python/libPython.a
\
../Objects/libObjects.a ../Parser/libParser.a
-lm
-lc
-lg
\
-H512
-T512
-bE
:python.exp
\
-o
python
# -----------------------------------------------------------------
# Install the Python executable up one directory from Modules (just
# like the unmodified makefile does).
# -----------------------------------------------------------------
mv
python ..
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