J
Jack Klein
Hello all,
I'm writing some programs that will be using modules from the GNU
Scientific Library (GSL).
Include commands within the GSL modules have commands such as,
#include <gsl/gsl_rng.h>
(for example). Yet these header files aren't actually in the gsl
directory.
The result is that when I try to compile a program, even one from the
GSL, it can't find the necessary headers.
I *am* using compiler option gcc -I (directory) where (directory) is
the dir. containing the gsl/ dir.
What am I doing wrong here? Even the simple Example Program given in
the GSL manual won't compile.
(I don't want to go through compiling to object form the whole GSL; I
just want to be able to compile one or two modules for a program I'm
writing.)
None of this is topical here, the C standard does not define include
paths or compiler directives. I'd suggest you ask in one of the gnu
newsgroups.