Hello Dieter,
* Jurzitza, Dieter wrote on Wed, Nov 22, 2006 at 11:53:34AM CET:
> The point is:
> I cannot compile successfully (or, better to say, I cannot run
> yacc6.test successfully) if I am using
>
> make -j3
>
> The message that comes is "foo.h" and / or "bar.h" not found. The
> reason (I
Hello,
* Stepan Kasal wrote on Mon, Nov 27, 2006 at 07:56:20PM CET:
>
> * Makefile.in <-- .depend
> This is because automake creates Makefile.in from Makefile.am and all
> included files. Your Makefile.am includes .depend.
To rephrase this more to the point:
automake style 'include' is different
Hello,
On Mon, Nov 27, 2006 at 05:10:46PM +0100, Guillaume Rousse wrote:
> Ralf Wildenhues wrote:
> > * Guillaume Rousse wrote on Thu, Nov 23, 2006 at 04:46:50PM CET:
> >> However, make keep complaining about a circular dependency issue:
> >> make[1]: Circular corelib/camlimages.ml <- Makefile dep
Guillaume Rousse wrote:
> For 1), the attached patch seems to be enough.
It seems to have been forgotten somewhere, here it is again.
--- /usr/share/automake-1.9/depcomp 2006-09-27 03:44:18.0 +0200
+++ depcomp 2006-11-21 13:57:48.0 +0100
@@ -508,6 +508,10 @@
rm -f "$tmp
Ralf Wildenhues wrote:
> Hello Guillaume,
>
> * Guillaume Rousse wrote on Thu, Nov 23, 2006 at 04:46:50PM CET:
>> I'm using this rule to substitute values in a sourcefile:
>> corelib/camlimages.ml: Makefile corelib/camlimages.ml.in
> [...]
>
>> As detailed in autoconf documentation
>> http://www.