|

楼主 |
发表于 2009-12-8 02:02:02
|
显示全部楼层
Cannot link:- $ cc -static -Wall -lm -lgsl -o GBL_LL GBL_LL.c
- /tmp/ccaysunA.o: In function `main':
- GBL_LL.c:(.text+0x9a): undefined reference to `gsl_matrix_calloc'
- GBL_LL.c:(.text+0xa8): undefined reference to `gsl_vector_alloc'
- GBL_LL.c:(.text+0xbb): undefined reference to `gsl_matrix_alloc'
- GBL_LL.c:(.text+0x275): undefined reference to `gsl_matrix_free'
- GBL_LL.c:(.text+0x281): undefined reference to `gsl_matrix_free'
- GBL_LL.c:(.text+0x28d): undefined reference to `gsl_vector_free'
复制代码 |
|