Simple libnotify "hello world" program fails to compile on Ubuntu 20.04 with linker error
I’m probably missing something very basic here but for some reason I’m unable to successfully link against libnotify on my Ubuntu 20.04 system, even though everything is installed correctly and pkg-cfg (IMHO) returns the right options… any ideas ? user@home:~/jabrac$ ldconfig -v | grep notify libnotify.so.4 -> libnotify.so.4.0.0 user@home:~/jabrac$ dpkg -L libnotify-dev /. /usr /usr/include… Read More Simple libnotify "hello world" program fails to compile on Ubuntu 20.04 with linker error