Whenever I try and compile my program, it gives me this error. also I'm using g++ commands:
usr/bin/ld: cannot find -l<nameOfTheLibrary>
I've created a symlink to my library lcated in the other directory. Is there anything else I need to do to make this work?