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