On Thursday 21 March 2002 2:32 pm, Andre Poenitz wrote: > On Thu, Mar 21, 2002 at 02:29:06PM +0000, Angus Leeming wrote: > > My tree is now full of cruft: > > > > $ ls src/mathed/formula.* > > src/mathed/formula.C > > src/mathed/formula.h > > src/mathed/formula.lo > > src/mathed/formula.o > > src/mathed/formula.o.d > > You can build in a tree parallel to the source tree. Just > 'mkdir lyx-build' in parallel to lyx-devel, 'cd lyx-build', > '../lyx-devel/configure ; make' > > Andre'
Thanks, André, I'll try that anyway, but these .o.d files contain dependency info. With the old autoconf 2.1x system, they went into the .deps dir. But not now. I'll ask JMarc what's going on when he returns, because the dec used some sed magic to "fix" this stuff with the old autoconf. Looks like some tweaking is needed. Angus