Since ldd lists only the dynamic libraries, is there a way to extract the information about the static libraries used to create the executable?
ldd
Unless a given compiler stores some sort of meta data inside the binary then, no. A static library is code that is directly compiled into the binary.