On Tue, Apr 6, 2010 at 10:04 AM, Jack Desert <jackdesert...@gmail.com> wrote: > El Tue, 06 Apr 2010 15:15:12 +0200 > Jean-Marc Lasgouttes <lasgout...@lyx.org> escribió: >> Jack Desert <jackdesert...@gmail.com> writes: >> >> > Is there a faster way to compile LyX? I'm compiling on a 2.0 GHz / 387 >> > MB RAM Compaq Presario, and it takes about 45 minutes. How long should >> > it take? >> >> Final linking is probably the problem. Try to compile without debug >> information (unless you are debugging). That would be --disable-debug. >> >> JMarc > > Sounds good. I'll try that next. > > Actually, I downloaded a fresh copy of trunk last night, and it's not finding > the makefile, so can't even get to that part. > > $ ./configure > [snipped a bunch of lines] > config.status: error: cannot find input file: `Makefile.in' > > It worked fine a week ago. Has anything changed?
Did you run autogen.sh first? BH