automake
[Top][All Lists]
Advanced

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

Re: Makefile.in and Makefile not generated when using a static library


From: Ralf Wildenhues
Subject: Re: Makefile.in and Makefile not generated when using a static library
Date: Mon, 12 Apr 2010 07:30:17 +0200
User-agent: Mutt/1.5.20 (2009-10-28)

Hello,

* isulsz wrote on Mon, Apr 12, 2010 at 04:38:08AM CEST:
> But I have a new problem. When I try to "make" the project, I get this
> error:
>  *** No rule to make target `../../src/Random/librng.a', needed by
> `MultiSour'.  Stop.

You probably need to reorder your SUBDIRS entry in the Makefile.am files
higher up so that src/Random is built before this directory is built.

If you have mutual dependencies that cannot be solved this way, I
suggest you rethink your project setup; there is a way out but you
shouldn't have to use it except in rare cases.

Cheers,
Ralf




reply via email to

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