System.mk

From ASSS Wiki
Revision as of 16:11, 11 January 2005 by I88gerbils (talk | contribs) (ASSS Makefile)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Build Options

debug = yes
opt = no
prof = no
link_db_statically = no

Library Options

have_bdb = yes
have_mysql = yes
have_python = yes

Library Paths

DB_HOME = /opt/db-4.0.14
MYSQL_HOME = /opt/mysql
MYSQL_LDFLAGS = -L$(MYSQL_LIB) -Wl,-rpath,$(MYSQL_LIB) -lmysqlclient_r

  • If you built MySQL without pthreads then change -lmysqlclient_r' to -lmysqlclient.

PYTHON_HOME = /opt/python-2.2.2
PYTHON_VERSION = 2.2