diff options
author | Guido van Rossum <guido@python.org> | 1998-12-21 19:28:37 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-12-21 19:28:37 (GMT) |
commit | 14f53a77579d411b7b3f491f45753315e40f1aa9 (patch) | |
tree | 6c501493e42ae38c1533b98fb2387afd0309d619 /BeOS/README | |
parent | d147a6c35a7a3fb1e17528629847edf2c6767062 (diff) | |
download | cpython-14f53a77579d411b7b3f491f45753315e40f1aa9.zip cpython-14f53a77579d411b7b3f491f45753315e40f1aa9.tar.gz cpython-14f53a77579d411b7b3f491f45753315e40f1aa9.tar.bz2 |
Chris H. adds MACHDEP=beos to the CCSHARED variable
Diffstat (limited to 'BeOS/README')
-rw-r--r-- | BeOS/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BeOS/README b/BeOS/README index ef700ef..c16a915 100644 --- a/BeOS/README +++ b/BeOS/README @@ -75,7 +75,7 @@ Python 1.5.2 and later will compile "out of the box" on BeOS), try this: 6) Make: make AR=$(pwd)/BeOS/ar-fake RANLIB=: OPT=-DUSE_DL_EXPORT \ - CCSHARED=-UUSE_DL_EXPORT + CCSHARED=-UUSE_DL_EXPORT MACHDEP=beos On PowerPC systems, you'll see lots of warnings about duplicate symbols when things get linked; don't worry about this, it's |