diff options
author | Guido van Rossum <guido@python.org> | 1998-12-22 13:40:55 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-12-22 13:40:55 (GMT) |
commit | f96cff2c822d32f92050a733c331636d16d545ed (patch) | |
tree | fbb365a93c08e4b9b3e3a17822bad24fcfbaee8c /BeOS | |
parent | 343848b7b9e4eaff6e4e06386e3ee4ad4d2e732c (diff) | |
download | cpython-f96cff2c822d32f92050a733c331636d16d545ed.zip cpython-f96cff2c822d32f92050a733c331636d16d545ed.tar.gz cpython-f96cff2c822d32f92050a733c331636d16d545ed.tar.bz2 |
Last-minute oopsie by Chris H. (Chris, please check that I did this right!)
Diffstat (limited to 'BeOS')
-rw-r--r-- | BeOS/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BeOS/README b/BeOS/README index 8f5891a..798f54f 100644 --- a/BeOS/README +++ b/BeOS/README @@ -89,7 +89,7 @@ Python 1.5.2 and later will compile "out of the box" on BeOS), try this: 7) Test: - make OPT=-DUSE_DL_EXPORT CCSHARED=-UUSE_DL_EXPORT test + make OPT=-DUSE_DL_EXPORT CCSHARED=-UUSE_DL_EXPORT MACHDEP=beos test Expect the following errors: @@ -105,7 +105,7 @@ Python 1.5.2 and later will compile "out of the box" on BeOS), try this: 8) Install: - make OPT=-DUSE_DL_EXPORT CCSHARED=-UUSE_DL_EXPORT install + make OPT=-DUSE_DL_EXPORT CCSHARED=-UUSE_DL_EXPORT MACHDEP=beos nstall This will fail trying to copy libpython1.5.a; at that point in the install, everything you "normally" need is installed (all the Python |