Am Mittwoch, 7. April 2004 10:32 schrieb Angus Leeming: > Using --enable-maintainer-mode I find that (as happened yesterday?) > typing 'make' causes autogen.sh and configure to be re-run. Fine. The > strangeness, however, is that the order of directory traversal is > something like: > > intl > boost > src > > Entering src leads to config.h being rebuilt, the upshot of which is > that a subsequent invocation of make will lead to the code in intl > and boost being re-built.
I saw this, too. And the strange thing is that the first make fails at the linking stage with tons of "undefined reference" to some ios_base and other stdlib stuff (gcc 2.95 and STLPort, separate build directory). After the second invocation of make and rebuilding a lot, everything is ok. Another problem: cd build-tree/src touch ../../src/insets/insetgraphics.C make lyx-qt and nothing will happen. If make is invoked without target, it works and rebuilds lyx-qt. Georg