[Paraview] Compiling ParaView 3 on Mac OS X (PowerPC)

David C Thompson dcthomp at sandia.gov
Thu May 10 17:53:43 EDT 2007


On Thu, 2007-05-10 at 17:51 -0400, Mike Jackson wrote:
> On May 10, 2007, at 5:28 PM, Bernhard Gschaider wrote:
> > ...
> > And this is where I am stuck: usually in that situation I would copy
> > the last compiler call, add the -E option, look at the output and
> > find out which header might be the problem. But cmake "protects" me
> > from that knowledge. Is there a way to find out how the compiler is
> > called for that file?
> 
> Use ccmake to enable CMAKE_VERBOSE_MAKEFILE. Then recompile and all  
> the calls to gcc and the linker can be seen.

Actually,

	make VERBOSE=1

has the same effect and doesn't require re-running cmake.

	David



More information about the ParaView mailing list