automake
[Top][All Lists]
Advanced

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

Re: link dependency failed with make -j*


From: Bob Friesenhahn
Subject: Re: link dependency failed with make -j*
Date: Sun, 27 Mar 2011 18:10:43 -0500 (CDT)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

On Sun, 27 Mar 2011, Vincent Torri wrote:

Hey,

I have a library  that depends on several libraries, these latter ones must
be built first:

pkg_LTLIBRARIES = pdf.la

noinst_LTLIBRARIES = libfitz.la libdraw.la libcmaps.la libfonts.la
libmupdf.la

Does someone know what i should do to enable parallel compilation ?

Maybe you should make pdf.la dependent on ibfitz.la libdraw.la ...?

Do you mean for your build to be non-recursive?

Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/



reply via email to

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