库链接

./configure --prefix=/tftpboot/jpeg2/ --host=arm-hisiv100nptl-linux --enable-shared -enable-static


arm-hisiv100nptl-linux-gcc -o test djpeg.c  -L../lib/ -lturbojpeg

-L//库文件指定路径

-l//去头去尾的libturbojpeg.a库



你可能感兴趣的:(库链接)