close

sudo yum install gsl gsl-devel  

// 注意 gsl : gives header; gsl-devel:  gives sourse code , 所以兩個都要裝!


How to write liner in Makefile  to use gsl?

LIB=/usr/local/lib
INC=/usr/include/

icpc main.cpp -I$(INC) -L$(LIB) -lgsl -lgslcblas

// 注意 gsl header放在 /usr/include/gsl , 所以要放-I$(INC) !!!!

arrow
arrow
    全站熱搜
    創作者介紹

    quantum2nd 發表在 痞客邦 留言(0) 人氣()