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. So I guess I need to tell my compiler where to look for the gsl
include files and libraries.  I'm reading the Makefile provided by deal.ii,
but it's very complicated (with Make.global_options). So here is my
question: how to incorporate another library into the Makefile?

-- 
*Yuliang*
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to