I’m building a new program, but when I run it, an error pops up. The error displayed is as follows: Symbol(s) not found for architecture x86_64 I have tried several workarounds, but they still do not get the ...
Home/symbol(s) not found
ITtutoria Latest Questions
Elliott Thomas
Asked: May 11, 2022In: P
As title, I am getting ld: symbol(s) not found for architecture x86_64 error. How can I fix it so the error goes away? Here is my code: g++ -L/opt/local/lib -lopencv_core -lopencv_highgui -lopencv_imgproc src/Config.o src/Features.o src/HaarFeature.o src/HaarFeatures.o src/HistogramFeatures.o ...