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 PROTECTED]> 5/13/2005 10:41:11 AM

Re: Automake and makedepend

2005-05-14 Thread Ralf Wildenhues
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 PROTECTED]> 5/13/2005 10:41:11 AM >>> > > * Stan Guillory wrote on Thu, May 12, 2005 at 07:56:17PM CEST: > > > > > > 1) Should the dependenc

Re: Automake and makedepend

2005-05-13 Thread Stan Guillory
Thanks for your quick response, Ralf. On the first invocation, I get the following: a.o: a/a.cc a.o: b/b.h a.o: ./c/a.h a.o: /opt/SUNWspro/prod/include/CC/std/stdio.h etc, i.e. a list of what I think I need. The errno was 0 after executing that sequence of commands. I got the same error you di

Re: Automake and makedepend

2005-05-13 Thread Ralf Wildenhues
* Stan Guillory wrote on Thu, May 12, 2005 at 07:56:17PM CEST: > > 1) Should the dependency tracking mechanism in automake work by default > with Sun Forte C++ 5.4? I only have access to a different compiler version. What does yours do after this series of commands (in a junk directory): mkdir

Re: Automake and makedepend

2005-05-13 Thread Ralf Wildenhues
* Harald Dunkel wrote on Fri, May 13, 2005 at 04:12:41PM CEST: > Stan Guillory wrote: > > > > 2) Is there a way to force automake to set the depmode to makedepend? > > What happens if you run > > make CCDEPMODE=depmode=makedepend CXXDEPMODE=depmode=makedepend > > ? The answer to this que

Re: Automake and makedepend

2005-05-13 Thread Harald Dunkel
Stan Guillory wrote: > > 2) Is there a way to force automake to set the depmode to makedepend? > What happens if you run make CCDEPMODE=depmode=makedepend CXXDEPMODE=depmode=makedepend ? If it works as expected, then you might add a test for the compiler version to your configure.ac, a

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