I'm trying to compile my program and it returns this error :
usr/bin/ld: cannot find -l<nameOfTheLibrary>
in my makefile I use the command g++ and link to my library which is a symbolic link to my …
I am trying to compile a C++ program like this:
$ g++ -o Sniffer_Train main.cpp Sniffer_train.cpp Sniffer_train.h -lmysqlclient -lpcap
However I get the following error:
/usr/bin/ld: /tmp/cct6xeXD.o: undefined reference to …