This is the mail archive of the gsl-discuss@sourceware.cygnus.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: GSL random stuff


Note that users' includes would look like

#include <gsl/gsl_sf.h>

Do you still want the the gsl_ prefix or would you prefer the following?

#include <gsl/sf.h>

It is more work to do this and also more confusing on the development
side (since it isn't obvious which files are exported from each
directory). I thought I would check before I go and change things. For
the link stage I am assuming we just add -L/usr/lib/gsl to the command
lines appearing in the manual.

Mark Galassi wrote:
> 
>     Gerard> The only question is whether or not we have to change
>     Gerard> various directives "#include <---.h>" to "#include
>     Gerard> <gsl/---.h>", which I actually kinda like anyway.
> 
> I agree with "#include <gsl/---.h>", which I think Brian has already
> implemented.
> 
> All "synopsis" parts of the manual should be updated to reflect that,
> and also the -lgsl_whatever.a on the linking line.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]