If possible, the ./configure script will default to DSO
compilation, otherwise, it will default to static. To stay with
whatever ./configure decided, simply run
- 
$ make
 
Or, if you would like to be specific, give make a
dso or static target:
- 
$ make dso
 
OR- 
$ make static