Static library -L not found
I am importing some static libraries to my project. It works fine but there are some compiler warnings as "... f开发者_JAVA百科ollowing -L not found". This is seen in every static library I import. How to resolve those error?
Thank You
I was having this issue with a codebase that didn't originate on my machine. I stuck it in a folder with a space in its name, which seemed to confuse the header search paths. Closing the project, taking the space out of the folder name and restarting fixed the linker.
I think you have checked "Recursive" option for a folder with no subfolder. If so uncheck it. I too have faced this problem already
精彩评论