qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Makefile: Dependency problem


From: Paolo Bonzini
Subject: Re: [Qemu-devel] Makefile: Dependency problem
Date: Wed, 8 May 2013 04:44:09 -0400 (EDT)

> I just had a failing build like this (make -j3, so these are running in
> parallel):
> 
> lt LINK libcacard.la
> AR    libqemuutil.a
> CC    stubs/mon-printf.o
> CC    stubs/mon-print-filename.o
> ar: stubs/mon-printf.o: No such file or directory
> make: *** [libcacard.la] Fehler 1
> make: *** Warte auf noch nicht beendete Prozesse...
> 
> Restarting make obviously fixed the problem, but I thought I'd mention it
> here so that the dependencies can be fixed.

Please try to reproduce it with "make V=1".  Did you have
an "lt CC  stubs/mon-printf.lo" before?

What version of Make is this?

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]