[Mono-list] Compiling mono with make -j5
Paolo Molaro
lupus@ximian.com
Mon, 18 Aug 2003 15:35:06 +0200
On 08/16/03 Dag Wieers wrote:
> rict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strin
> gs -c `test -f 'monosn.c' || echo './'`monosn.c
> make[4]: *** No rule to make target `../metadata/libmetadata.la', needed by `monosn'. Stop.
> make[4]: *** Waiting for unfinished jobs....
>
> I don't get it when I build without -j.
Try changing in metadata/Makefile.am:
monosn_LDADD = \
../metadata/libmetadata.la \
to
monosn_LDADD = \
libmetadata.la \
Maybe make has issues tracking the dependency if it's not referenced
directly. Please report back if it works.
lupus
--
-----------------------------------------------------------------
lupus@debian.org debian/rules
lupus@ximian.com Monkeys do it better