Re: How to compile with small free space....

2001-01-17 Thread Jean-Marc Lasgouttes
> "Lior" == Lior Silberman <[EMAIL PROTECTED]> writes: Lior> do (in tcsh): Lior> setenv CXXFLAGS -O ./configure [whatever flags you use] If the goal is to have a small executable, keeping -fno-exceptions (and -fno-rtti if possible) may be a good idea. JMarc

Re: How to compile with small free space....

2001-01-17 Thread Jean-Marc Lasgouttes
> "Yann" == Yann MORERE <[EMAIL PROTECTED]> writes: Yann> Another question : Why is there a cucumber in the starting Yann> splash picture? It was a joke from the Developper's meeting, which was supposed to be removed for 1.1.6. I guess somebody forgot about it. See http://www.lyx.org/news

Re: How to compile with small free space....

2001-01-16 Thread Yann MORERE
Jean-Marc Lasgouttes wrote: > > So to avoid debug info I will compile with > make CXXFLAGS="-O -fno-rtti -fno-exceptions -W -Wall" ok CFLAGS="-O2" CXXFLAGS="-O2" ./configure make CXXFLAGS="-O -fno-rtti -fno-exceptions -W -Wall" this method of compilation gives me a great result du -k lyx-1

Re: How to compile with small free space....

2001-01-16 Thread Lior Silberman
On Tue, 16 Jan 2001, 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 >

Re: How to compile with small free space....

2001-01-16 Thread Garst R. Reese
"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, c

Re: How to compile with small free space....

2001-01-16 Thread Jean-Marc Lasgouttes
> "Yann" == Yann MORERE <[EMAIL PROTECTED]> writes: Yann> R. Lahaye wrote: >> >> >> Another option (apart from removing the -g flag) could be to apply >> "make install-strip" instead of "make install". Yann> Yes that's for install, but the compilation takes always 221Mo, What you should d

Re: How to compile with small free space....

2001-01-16 Thread Yann MORERE
R. Lahaye wrote: > > > Another option (apart from removing the -g flag) could be to apply > "make install-strip" instead of "make install". Yes that's for install, but the compilation takes always 221Mo, Yann > R. -- The more complex the mind, the greater the need for the simplicity of pl

Re: How to compile with small free space....

2001-01-16 Thread R. Lahaye
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

Re: How to compile with small free space....

2001-01-16 Thread Lars Gullik Bjønnes
Yann MORERE <[EMAIL PROTECTED]> writes: | 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 |