t*******g 发帖数: 1301 | 1 别人的C 程序,写好了,那过来编译使用
make编译时出现一下问题:
...........................
..........................
gcc -O3 -Wall -ansi -I. -I/include -c -o main.o main.c
gcc struct.o read_array.o make_graph.o get_options.o edge_list.o write_block
.o cluster.o main.o -o gcluster -static -L/lib -lgsl -lgslcblas -lm
/usr/bin/ld: cannot find -lgsl
collect2: ld returned 1 exit status
make: *** [gcluster] Error 1
%%%请教该如何解决?
thanks |
|