When compiling in Linux, the linker errors out due to undefined references to dlclose.
Adding -ldl to the project definition corrects the linker error.
Added a diff to reduce ambiguity of the fix.
Log in to post a comment.