updated strings

This commit is contained in:
David Anderson
2004-09-08 21:13:04 +00:00
parent b23eba293d
commit a313c5b95b
6 changed files with 310 additions and 53 deletions

View File

@ -173,6 +173,6 @@ for ($i=0; $i<=$#CPP_SOURCE_FILES; $i++)
}
}
$gcc = "$gccf $cflags -shared -ldl -lm @LINK -o $outdir/$bin";
$gcc = "$gccf $cflags -shared -fPIC -ldl -lm -o $outdir/$bin @LINK";
print "$gcc\n";
`$gcc`;