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 2cffc7d commit 063ee7bCopy full SHA for 063ee7b
Demo/pysvr/Makefile
@@ -13,7 +13,7 @@ OPT=-g
13
14
# Where Python is installed, and which version
15
INST=/usr/local
16
-VER=1.5
+VER=2.0
17
18
# Expressions using the above definitions -- no need to change
19
PYVER=python$(VER)
@@ -28,7 +28,7 @@ PYLIBS=$(PYC)/lib$(PYVER).a
28
# Libraries to link with -- very installation dependent
29
# (See LIBS= in Modules/Makefile in build tree)
30
RLLIBS=-lreadline -ltermcap
31
-OTHERLIBS=-lsocket -lnsl -lpthread -ldl -lm
+OTHERLIBS=-lnsl -lpthread -ldl -lm -ldb -lutil
32
33
# Compilation and link flags -- no need to change normally
34
CFLAGS=$(PYINCL) $(OPT)
0 commit comments