Gheorghe Postelnicu wrote: > Hi, > > How can I display the libraries actually used during a given link > process? I have to use some VTK libraries (which link just fine with > CMake) using a manual makefile .... and I really need to see all the > libraries. I believe you are looking for: $ make VERBOSE=1 HTH Mathieu