This is the mail archive of the gsl-discuss@sources.redhat.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]
Other format: [Raw text]

Re: gsl compilation with gcc


Gaurav Bansal writes:
 > Hello there,
 > 
 > I am new to this discussion group. I want to use GSL eigen value lib in my
 > C++ program. so i need to include the header file for eigen value.
 > 
 > Problem is that the header file is located in c:/programFiles/GSL
 > directory and my program is in other directory. Compiler cant find the
 > required files.
 > 
 > How can i make sure that the compiler will look at GSL library?

The manual for your compiler should describe how to add directories to
its include path.


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