I'm attempting to compile my program and it returns this mistake :
usr/bin/ld: cannot find -l<nameOfTheLibrary>
in my makefile, I utilize the command g++ and link to my library which is an emblematic link to my library situated on another directory.
Is there a choice to add to make it work, please?