Re: Lost in automatic dependencies

2007-04-16 Thread Stepan Kasal
Hello, On Wed, Apr 11, 2007 at 09:57:44PM +0200, Stephane Bortzmeyer wrote: Ralf Wildenhues [EMAIL PROTECTED] wrote Just making sure: you said you removed config.cache, but what about $prefix/var/tmp/config.cache? You're right. I deleted config.cache, $prefix/var/tmp/config.cache,

Re: Lost in automatic dependencies

2007-04-11 Thread Stephane Bortzmeyer
On Thu, Apr 05, 2007 at 05:09:44PM +0200, Ralf Wildenhues [EMAIL PROTECTED] wrote a message of 21 lines which said: Just making sure: you said you removed config.cache, but what about $prefix/var/tmp/config.cache? You're right. I deleted config.cache, $prefix/var/tmp/config.cache, restored

Re: Lost in automatic dependencies

2007-04-05 Thread Ralf Wildenhues
* Stephane Bortzmeyer wrote on Wed, Apr 04, 2007 at 10:47:28PM CEST: Indeed, removing /usr/local/etc/config.site solved the problem (the cache was innocent; I've already tried to delete it.) Now, when I modify .h files, everything is compiled again. So, we've found the guilty, thanks. Here

Re: Lost in automatic dependencies

2007-04-04 Thread Stephane Bortzmeyer
On Fri, Mar 30, 2007 at 12:13:26AM +0200, Ralf Wildenhues [EMAIL PROTECTED] wrote a message of 16 lines which said: This shows the result as loaded from the cache file (config.cache) or possibly from /usr/local/etc/config.site, Indeed, removing /usr/local/etc/config.site solved the problem

Re: Lost in automatic dependencies

2007-03-29 Thread Stephane Bortzmeyer
On Wed, Mar 28, 2007 at 11:45:47PM +0200, Ralf Wildenhues [EMAIL PROTECTED] wrote: so please enclose AM_INIT_AUTOMAKE in `set -x', `set +x' in configure.ac, add `set -x' as second line to depcomp, run autoconf and configure. Send output. Here it is. dep-problem.txt.gz Description: Binary

Re: Lost in automatic dependencies

2007-03-29 Thread Ralf Wildenhues
* Stephane Bortzmeyer wrote on Thu, Mar 29, 2007 at 10:53:57PM CEST: On Wed, Mar 28, 2007 at 11:45:47PM +0200, Ralf Wildenhues [EMAIL PROTECTED] wrote: so please enclose AM_INIT_AUTOMAKE in `set -x', `set +x' in configure.ac, add `set -x' as second line to depcomp, run autoconf and

Lost in automatic dependencies

2007-03-28 Thread Stephane Bortzmeyer
It seems that my C program does not track dependencies. If I touch a .h, nothing is recompiled. I did *not* use no-dependencies. Reading the FM, it seems I should have automatic dependencies tracking but I do not have. automake (GNU automake) 1.9.6 gcc 4.1.2 or 3.3.3 GNU Make 3.81

Re: Lost in automatic dependencies

2007-03-28 Thread Ralf Wildenhues
Hi Stephane, * Stephane Bortzmeyer wrote on Wed, Mar 28, 2007 at 10:41:51PM CEST: It seems that my C program does not track dependencies. If I touch a .h, nothing is recompiled. I did *not* use no-dependencies. Hmm. Please show the configure output around checking dependency style. Please

Re: Lost in automatic dependencies

2007-03-28 Thread Ralf Wildenhues
* quoting myself: * Stephane Bortzmeyer wrote on Wed, Mar 28, 2007 at 10:41:51PM CEST: It seems that my C program does not track dependencies. If I touch a .h, nothing is recompiled. I did *not* use no-dependencies. More clues (sorry, hit the wrong key too early): does the Makefile in

Re: Lost in automatic dependencies

2007-03-28 Thread Stephane Bortzmeyer
On Wed, Mar 28, 2007 at 10:48:24PM +0200, Ralf Wildenhues [EMAIL PROTECTED] wrote a message of 16 lines which said: Please show the configure output around checking dependency style. gcc version 3.3.3 (NetBSD nb3 20040520) ... configure:19139: checking dependency style of cc configure:19229:

Re: Lost in automatic dependencies

2007-03-28 Thread Ralf Wildenhues
* Stephane Bortzmeyer wrote on Wed, Mar 28, 2007 at 11:06:31PM CEST: On Wed, Mar 28, 2007 at 10:48:24PM +0200, Ralf Wildenhues [EMAIL PROTECTED] wrote a message of 16 lines which said: Please show the configure output around checking dependency style. gcc version 3.3.3 (NetBSD nb3

Re: Lost in automatic dependencies

2007-03-28 Thread Stephane Bortzmeyer
On Wed, Mar 28, 2007 at 11:16:32PM +0200, Ralf Wildenhues [EMAIL PROTECTED] wrote a message of 27 lines which said: How exactly was configure invoked ./configure --config-cache and could you show the configure.ac up to AC_PROG_CXX? I did not invoke AC_PROG_CXX (there is no C++ in the

Re: Lost in automatic dependencies

2007-03-28 Thread Ralf Wildenhues
* Stephane Bortzmeyer wrote on Wed, Mar 28, 2007 at 11:33:16PM CEST: On Wed, Mar 28, 2007 at 11:16:32PM +0200, Ralf Wildenhues [EMAIL PROTECTED] wrote a message of 27 lines which said: and could you show the configure.ac up to AC_PROG_CXX? I did not invoke AC_PROG_CXX (there is no C++