169c169 < cmd = "g++ -c " + sourcefile + " " + includestr + " -o " + base + ".o" --- > cmd = "g++ -fPIC -c " + sourcefile + " " + includestr + " -o " + base + ".o"