Okay. Then what's all this then?
make[1]: Entering directory `/usr/src/lyx-1.0.4pre6/src'
g++ -c -g -O2 -I. -I. -I../images -I/usr/X11R6/include lyxfunc.C
lyxfunc.C: In method `class LString LyXFunc::Dispatch(int, const char * =
0)':
lyxfunc.C:2433: virtual memory exhausted
make[1]: *** [lyxfunc.o] Error 1
make[1]: Leaving directory `/usr/src/lyx-1.0.4pre6/src'
make: *** [all] Error 1
-- root@gemini [/usr/src/lyx-1.0.4pre6] bash --
Jean-Marc Lasgouttes wrote:
> >>>>> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:
>
> Allan> It's due to gcc-2.95 not liking autoconf's generated test to
> Allan> find the parameter types of select(). The appropriate people
> Allan> have been informed more than once about this and a number of
> Allan> other problems. This particular problem isn't yet fixed though
> Allan> :-(
>
> Allan> A simple workaround for you is to do:
>
> Allan> sed -e "s/extern select/extern int select/" < configure >
> Allan> newconf mv newconf configure
>
> Note that lyx 1.0.4pre6 already does that, so the problem will go away
> with version 1.0.4.
>
> JMarc