friso
friso copied to clipboard
make error
gcc -O2 -Wall -c friso.c -lm gcc -O2 -Wall -c friso_array.c gcc -O2 -Wall -c friso_hash.c gcc -O2 -Wall -c friso_lexicon.c gcc -O2 -Wall -c friso_link.c gcc -O2 -Wall -c friso_string.c gcc -O2 -Wall friso.o friso_array.o friso_hash.o friso_lexicon.o friso_link.o friso_string.o -fPIC -shared -lm -o libfriso.so /usr/bin/ld: friso.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC friso.o: 无法读取符号: 错误的值 collect2: 错误: ld 返回 1 make: *** [share] 错误 1
Makefile updated. It should work now. Use the branch original if you need tst-friso.