Fetch the repository succeeded.
我使用gcc(MinGW)编译失败, 信息如下:
cd src && make all
make[1]: Entering directory 'D:/GitHub/friso/src'
gcc -O2 -Wall -fPIC friso.o friso_array.o friso_hash.o friso_lexicon.o friso_link.o friso_string.o friso_ctype.o friso_UTF8.o friso_GBK.o -fPIC -shared -lm -o libfriso.so
gcc tst-friso.o -o ./friso -L. -lfriso
d:/environment/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lfriso
collect2.exe: error: ld returned 1 exit status
Makefile:41: recipe for target 'friso' failed
make[1]: *** [friso] Error 1
make[1]: Leaving directory 'D:/GitHub/friso/src'
Makefile:6: recipe for target 'all' failed
make: *** [all] Error 2
主要是我看不懂(一个C/C++小白), 大佬能不能帮忙看一下?