Re: [CMake] See libraries

2006-09-07 Thread Mathieu Malaterre

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
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] See libraries

2006-09-07 Thread Alan W. Irwin

On 2006-09-07 17:56-0400 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.


Set CMAKE_VERBOSE_MAKEFILE to ON (documented at
http://www.cmake.org/Wiki/CMake_Useful_Variables.)

Alan
__
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the Yorick front-end to PLplot (yplot.sf.net); the
Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__

Linux-powered Science
__
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake


[CMake] See libraries

2006-09-07 Thread Gheorghe Postelnicu

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.

Thanks,
--
Gheorghe Postelnicu, PhD
MGH, Harvard Medical School
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake