Compilation

Yip Sai Fung h0228923@eee.hku.hk
Fri Jul 16 09:00:00 GMT 2004



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...



More information about the Gsl-discuss mailing list