Centos – Why is it okay to create this shared lib without -l flags for dependencies?
The rules regarding linking are getting jumbled in my head. I have this little C file that I want to turn into a shared library. For the purpose of illustration, I'm calling a libuv function, but it could just as…