Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343848b commit f96cff2Copy full SHA for f96cff2
1 file changed
BeOS/README
@@ -89,7 +89,7 @@ Python 1.5.2 and later will compile "out of the box" on BeOS), try this:
89
90
7) Test:
91
92
- make OPT=-DUSE_DL_EXPORT CCSHARED=-UUSE_DL_EXPORT test
+ make OPT=-DUSE_DL_EXPORT CCSHARED=-UUSE_DL_EXPORT MACHDEP=beos test
93
94
Expect the following errors:
95
@@ -105,7 +105,7 @@ Python 1.5.2 and later will compile "out of the box" on BeOS), try this:
105
106
8) Install:
107
108
- make OPT=-DUSE_DL_EXPORT CCSHARED=-UUSE_DL_EXPORT install
+ make OPT=-DUSE_DL_EXPORT CCSHARED=-UUSE_DL_EXPORT MACHDEP=beos nstall
109
110
This will fail trying to copy libpython1.5.a; at that point in the
111
install, everything you "normally" need is installed (all the Python
0 commit comments