Re: Automake and makedepend

2005-05-17 Thread Stan Guillory
That did the trick. Thanks, Ralf. Stan >>> Ralf Wildenhues <[EMAIL PROTECTED]> 5/14/2005 6:53:00 AM >>> Hi Stan, Please try to answer below the text you refer to, thanks. * Stan Guillory wrote on Fri, May 13, 2005 at 06:14:38PM CEST: > Ralf Wildenhues <[EMAIL

Re: Automake and makedepend

2005-05-13 Thread Stan Guillory
did when I executed the second CC invocation. What version of the compiler are you using, btw? Thanks, Stan >>> Ralf Wildenhues <[EMAIL PROTECTED]> 5/13/2005 10:41:11 AM >>> * Stan Guillory wrote on Thu, May 12, 2005 at 07:56:17PM CEST: > > 1) Should the dependency

Automake and dependency analysis with Sun CC 5.4

2005-05-13 Thread Stan Guillory
Hello, Our autoconf builds are disabliing dependency generation and I am not sure why. We are using the native Sun compiler, version 5.4. depmode in our generated Makefiles is set to "none". Comments in the relevant Automake macros seem to indicate that they might work with the Sun compiler.

Automake and makedepend

2005-05-13 Thread Stan Guillory
Hello. I am having trouble getting the dependency tracking mechanism of automake to work with my build on Solaris 9. The compiler we use is Forte Developer 7 C++ 5.4. The depcomp wrapper is used in the compiles, but the depmode is set to none. I don't know if this compiler is one of the ones that