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: #include path


You are correct, it needs -I$prefix/include/gsl. The section in the
manual about this is actually wrong (I have corrected it now). We are
planning to reorganize the directories so that #include <gsl/...> will
work in future but it doesn't at the moment, due to the way things are
built.

Aram Khalili writes:
 > Hello,
 > 
 > I just got and built GSL 0.5, and noticed that all the include files
 > (which are put in $prefix/include/gsl) do not include the gsl/ prefix in
 > their own #include statements. This makes one add -I$prefix/include/gsl
 > in addition to the normal -I$prefix/include . Shouldn't it be different?
 > Or did I make a mistake somewhere?
 > 
 > -aram (not on gsl-discuss)

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