Skip to content
Advertisement

Error compiling BASIC “libnotify” code

JavaScript

Compiling the code gives me “undefined reference to” error:

JavaScript

I took the code from this blog.

Advertisement

Answer

Sounds like you forgot to pass -lnotify to actually link against libnotify.

Advertisement