> I tried your approach but unfortunately it doesn't work.
What error messages do you get? Does 'gsl-config --cflags' work from
your command line?
> I think the problem is my C++ project uses some of the headers and source
> files which
> are in the saved in my working directory. Therefore, I am getting bunch of
> errors saying
> that namespaces are wrong and some member functions are not declared.
When you run just
g++ -w -O4 -I ./ -o vsd_nbPoi *.cpp
from the command line, does it fail first with a message saying some
GSL header is missing? Or does something else happen?
- Rhys