Hi Paulo, * Paulo J. Matos wrote on Fri, May 12, 2006 at 12:22:59AM CEST: > > I've created liblogger basically as a new project with configure.ac > and Makefile.am, etc. It builds ok and then I added to Makefile.am of > both lib1 and lib2: > lib1_la_LIBADD = ../../liblogger/src/liblogger.la > > But when I try to compile lib1 or lib2 I get: > make[2]: *** No rule to make target > `../../liblogger/src/liblogger.la', needed by `lib1.la'. Stop.
Do you ensure that the build enters the liblogger directory first and builds there first? > And this is wierd because in fact I should say to lib1 or lib2 to > build liblogger, if it has not been done already, so that I do not > even have to do that manually. Still, at this time I have not been > worried with that and built liblogger by calling configure and then > make in liblogger dir. lib1 or lib2 are not able to find it as you can > see but liblogger.la is there and built correctly. I'm sorry but I don't understand this paragraph. Cheers, Ralf
