"R. Lahaye" wrote:
>
> Yann MORERE wrote:
> >
> > Hello developpers,
> >
> > compiling lyx on my linux box RedHat6.0 give me this :
> >
> > 221112 lyx-1.1.6
> >
> > 221 Mo to compile lyx, Previous version where not so heavy!!! i've got
> > another linux box under suse 6.2 with only 100Mo free, can i compile it
> > with options to save space ?
>
> Another option (apart from removing the -g flag) could be to apply
> "make install-strip" instead of "make install".
>
> R.
That does not reduce the size of the build, which is the problem.
Edit config/lyxinclude.m4 to remove the -g from the c++ part then use
make-install strip to get rid the little bit of c stuff. You have to do
a make distclean, autogen.sh and then configure. Works for me.
Garst