help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] GSL using a Makefile


From: Rhys Ulerich
Subject: Re: [Help-gsl] GSL using a Makefile
Date: Fri, 11 Oct 2013 12:34:09 -0500

> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]