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]

Compilation



Hi!
    For the compilation process, I worked like this:

1. gcc -Wall -I/usr/local/include -c filename.c
2. gcc -L/usr/local/lib filename.o -lgsl -lgslcblas -lm
3. export LD_LIBRARY_PATH=$LD_LIRARY_PATH:/usr/local/lib

    Are there any faster way? I think it is a bit messy...


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