From 39d79c7b6ed2a19a2c37cbc2c13714d3cd2995e5 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 15 Jul 2006 08:02:41 +0000 Subject: Updated pymake.conf --- pymake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymake.conf b/pymake.conf index de7b48f..8880f9c 100644 --- a/pymake.conf +++ b/pymake.conf @@ -37,7 +37,7 @@ OUTPUT: libbu++.a [TRIGGER] INPUT: .cpp #take input of *.cpp files OUTPUT: .o #output .o files -COMMAND: g++ -c {INPUT} {CXXFLAGS} -I{DIR} -o {OUTPUT} +COMMAND: g++ -fPIC -c {INPUT} {CXXFLAGS} -I{DIR} -o {OUTPUT} CHECK: g++ -M {INPUT} {CXXFLAGS} -I{DIR} ### Executable command ### -- cgit v1.2.3