[Help-gsl] Problems with #include options in GSL

2005-11-22 Thread Joseph Wakeling
Hello all, I recently downloaded the GSL but have been having trouble with the #include options in these files. Header include commands for GSL invariably take the form of, say, #include gsl/gsl_rng.h but the header file concerned is usually not actually located in the gsl/ directory, so

Re: [Help-gsl] Problems with #include options in GSL

2005-11-22 Thread Martin Jansche
On 11/22/05, Joseph Wakeling [EMAIL PROTECTED] wrote: Header include commands for GSL invariably take the form of, say, #include gsl/gsl_rng.h but the header file concerned is usually not actually located in the gsl/ directory, so the compiler fails to find it. I'm not sure I fully

Re: [Help-gsl] Problems with #include options in GSL

2005-11-22 Thread Martin Jansche
On 11/22/05, Joseph Wakeling [EMAIL PROTECTED] wrote: The error message produced in that case is: gsl/gsl_sf_bessel.h: No such file or directory. I get a similar message when, e.g., I try to compile the ran1.c random number generator, although this also fails to find the config.h header. I