hi, i want to install pspp on my dreamhost space, but it shows me error when i running configure
configure: error: The following required prerequisites are not installed.
You must install them before PSPP can be built:
libgslcblas
libgsl (version 1.8 or later)
those 2 libraries belong to GSL http://www.gnu.org/software/gsl/
can dreamhost install GSL in system?
or can someone has any tips for me to resolve this problem?
thanks[hr]
resolved!! here is the option of configure
./configure LDFLAGS=’-L/path/to/gsl/lib -Wl,-rpath -Wl,LIBDIR’ CPPFLAGS=’-I/path/to/gsl/include’