我正在尝试安装 idlutils,
当我这样做时:$ evilmake
我得到的所有错误:
nrutil.h:45:12: warning: ‘iminarg1’ defined but not used [-Wunused-variable]
static int iminarg1,iminarg2;
^
nrutil.h:45:21: warning: ‘iminarg2’ defined but not used [-Wunused-variable]
static int iminarg1,iminarg2;
^
cc -c -O3 -DSDSS_LITTLE_ENDIAN -DCHECK_LEAKS -I../../include -fPIC -g -Wall nrutil.c
ld -shared -o /home/sap/idlutils//lib/libmath.so arravsigclip.o arravsigmask.o arrmedian.o ccorrelate.o idl_mmsparse.o idl_mmeval.o memshift.o nrecipes.o nrutil.o
arravsigclip.o: In function `vector_avsigclip':
/home/sap/idlutils/src/math/arravsigclip.c:136: undefined reference to `__stack_chk_fail_local'
arravsigmask.o: In function `vector_avsigclip_mask':
/home/sap/idlutils/src/math/arravsigmask.c:188: undefined reference to `__stack_chk_fail_local'
Makefile:34: recipe for target '/home/sap/idlutils//lib/libmath.so' failed
make[2]: *** [/home/sap/idlutils//lib/libmath.so] Error 1
make[2]: Leaving directory '/home/sap/idlutils/src/math'
请大家告诉我我错在哪里以及该怎么办???我在网上搜索了所有东西,三天了还是没能解决,请帮帮我...