From 14f53a77579d411b7b3f491f45753315e40f1aa9 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 21 Dec 1998 19:28:37 +0000 Subject: [PATCH] Chris H. adds MACHDEP=beos to the CCSHARED variable --- BeOS/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeOS/README b/BeOS/README index ef700efa2ca..c16a915569c 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