> I used deal.ii to solved a PDE. Now I need to evaluate a definite integral
> of the solution. The GNU Scientific Library (GSL) provides such functions.
> It works if GSL is installed in the standard path. Now I need to install
> GSL in a server which I don't have root privilege. So I installed in my
> home directory. This time the compilation says the gsl include file can't
> be found.

It should be enough if you say (on the command line, before running 
./configure) something like
  export INCLUDE=/path/to/gsl/include:$INCLUDE
  export LD_LIBRARY_PATH=/path/to/gsl/libs:$LD_LIBRARY_PATH

W.

-------------------------------------------------------------------------
Wolfgang Bangerth                email:            [email protected]
                                 www: http://www.math.tamu.edu/~bangerth/
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to