I'm checking a makefile, and see that the libraries used are:
LIBS = -lcppunit -ldl
lcppunit is the unit testing library. What is ldl then?
lcppunit
ldl
libdl is the dynamic linking library.
libdl