You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in extension.cpp I need to invoke a xx.a static library.
when I execute make,I met this error:
g++ -Wall -c -I. -I/data/yangrenqiang/vad_php_cpp/vad/lib/ -O2 -std=c++11 -fpic -o vad.o vad.cpp vad.a
g++: warning: vad.a: linker input file unused because linking not done
if you kown how to import static library vad.a,please tell me.
thanks.
The text was updated successfully, but these errors were encountered:
in extension.cpp I need to invoke a xx.a static library.
when I execute make,I met this error:
g++ -Wall -c -I. -I/data/yangrenqiang/vad_php_cpp/vad/lib/ -O2 -std=c++11 -fpic -o vad.o vad.cpp vad.a
g++: warning: vad.a: linker input file unused because linking not done
if you kown how to import static library vad.a,please tell me.
thanks.
The text was updated successfully, but these errors were encountered: