Re: Compiling with --enable-shared leads to errors.

2007-09-25 Thread Helge Hafting
Andre Poenitz wrote: Do we use --without-included-boost regularily? I do - hoping for these advantages: * Slightly faster compile when not compiling the included boost * Slightly less memory in use when LyX shares the system boost libraries with other boosted software. * Testing the use of

Re: Compiling with --enable-shared leads to errors.

2007-09-25 Thread Helge Hafting
Andre Poenitz wrote: Do we use --without-included-boost regularily? I do - hoping for these advantages: * Slightly faster compile when not compiling the included boost * Slightly less memory in use when LyX shares the system boost libraries with other boosted software. * Testing the use of

Re: Compiling with --enable-shared leads to errors.

2007-09-17 Thread José Matos
On Tuesday 11 September 2007 16:41:03 Andre Poenitz wrote: --enable-shared is for people that do not ask questions ;-) Don't worry I _will_ forget that rule. :-) [...] /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libboost_regex-mt.so: undefined reference to `u_charType_3_7' collect2:

Re: Compiling with --enable-shared leads to errors.

2007-09-17 Thread José Matos
On Tuesday 11 September 2007 16:41:03 Andre Poenitz wrote: > > --enable-shared is for people that do not ask questions ;-) Don't worry I _will_ forget that rule. :-) [...] > > /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libboost_regex-mt.so: > > undefined reference to `u_charType_3_7' > >

Re: Compiling with --enable-shared leads to errors.

2007-09-11 Thread José Matos
On Friday 07 September 2007 21:37:33 Tommaso Cucinotta wrote: Hi all, when compiling with --enable-shared (that would seem a good switch to enable at a first glance), On Linux yes, on other systems no. We tried this last month and result was not good. And, you know, not being able to

Re: Compiling with --enable-shared leads to errors.

2007-09-11 Thread Andre Poenitz
On Tue, Sep 11, 2007 at 12:32:52PM +0100, José Matos wrote: On Friday 07 September 2007 21:37:33 Tommaso Cucinotta wrote: Hi all, when compiling with --enable-shared (that would seem a good switch to enable at a first glance), On Linux yes, on other systems no. We tried this last

Re: Compiling with --enable-shared leads to errors.

2007-09-11 Thread José Matos
On Friday 07 September 2007 21:37:33 Tommaso Cucinotta wrote: > Hi all, > > when compiling with --enable-shared (that would seem a good > switch to enable at a first glance), On Linux yes, on other systems no. We tried this last month and result was not good. And, you know, not being able to

Re: Compiling with --enable-shared leads to errors.

2007-09-11 Thread Andre Poenitz
On Tue, Sep 11, 2007 at 12:32:52PM +0100, José Matos wrote: > On Friday 07 September 2007 21:37:33 Tommaso Cucinotta wrote: > > Hi all, > > > > when compiling with --enable-shared (that would seem a good > > switch to enable at a first glance), > > On Linux yes, on other systems no. We tried

Re: Compiling with --enable-shared leads to errors.

2007-09-10 Thread Tommaso Cucinotta
Same problem with the source file GuiKeySymbol.cpp in the SOURCEFILES variable of src/frontends/qt4/Makefile.am. T. Andre Poenitz ha scritto: On Fri, Sep 07, 2007 at 10:37:33PM +0200, Tommaso Cucinotta wrote: Hi all, when compiling with --enable-shared (that would seem a good switch to

Re: Compiling with --enable-shared leads to errors.

2007-09-10 Thread Andre Poenitz
On Mon, Sep 10, 2007 at 03:17:24PM +0200, Tommaso Cucinotta wrote: Same problem with the source file GuiKeySymbol.cpp in the SOURCEFILES variable of src/frontends/qt4/Makefile.am. Fixed. Andre' PS: Please do not post with you text above a full quote of the message you are replying to. Instead

Re: Compiling with --enable-shared leads to errors.

2007-09-10 Thread Tommaso Cucinotta
Same problem with the source file GuiKeySymbol.cpp in the SOURCEFILES variable of src/frontends/qt4/Makefile.am. T. Andre Poenitz ha scritto: On Fri, Sep 07, 2007 at 10:37:33PM +0200, Tommaso Cucinotta wrote: Hi all, when compiling with --enable-shared (that would seem a good switch to

Re: Compiling with --enable-shared leads to errors.

2007-09-10 Thread Andre Poenitz
On Mon, Sep 10, 2007 at 03:17:24PM +0200, Tommaso Cucinotta wrote: > Same problem with the source file GuiKeySymbol.cpp > in the SOURCEFILES variable of src/frontends/qt4/Makefile.am. Fixed. Andre' PS: Please do not post with you text above a full quote of the message you are replying to.

Re: Compiling with --enable-shared leads to errors.

2007-09-08 Thread Andre Poenitz
On Fri, Sep 07, 2007 at 10:37:33PM +0200, Tommaso Cucinotta wrote: Hi all, when compiling with --enable-shared (that would seem a good switch to enable at a first glance), linking fails due to a double inclusion of Dialog.o. Details follow (version from SVN). Thanks, fixed. Andre'

Re: Compiling with --enable-shared leads to errors.

2007-09-08 Thread Andre Poenitz
On Fri, Sep 07, 2007 at 10:37:33PM +0200, Tommaso Cucinotta wrote: > Hi all, > > when compiling with --enable-shared (that would seem a good > switch to enable at a first glance), linking fails due to a double > inclusion of Dialog.o. Details follow (version from SVN). Thanks, fixed. Andre'

Compiling with --enable-shared leads to errors.

2007-09-07 Thread Tommaso Cucinotta
Hi all, when compiling with --enable-shared (that would seem a good switch to enable at a first glance), linking fails due to a double inclusion of Dialog.o. Details follow (version from SVN). T. $ ./configure --disable-debug --disable-stdlib-debug --enable-optimization=-O --disable-pch

Re: Compiling with --enable-shared leads to errors.

2007-09-07 Thread Tommaso Cucinotta
Infact at line 9 of src/frontends/controllers/Makefile.am: SOURCEFILES = \ Dialog.cpp \ Dialog.cpp \ [...] Don't know why, disabling shared, linking goes through, instead. T. Tommaso Cucinotta ha scritto: Hi all, when compiling with --enable-shared (that would seem a good switch

Compiling with --enable-shared leads to errors.

2007-09-07 Thread Tommaso Cucinotta
Hi all, when compiling with --enable-shared (that would seem a good switch to enable at a first glance), linking fails due to a double inclusion of Dialog.o. Details follow (version from SVN). T. $ ./configure --disable-debug --disable-stdlib-debug --enable-optimization=-O --disable-pch

Re: Compiling with --enable-shared leads to errors.

2007-09-07 Thread Tommaso Cucinotta
Infact at line 9 of src/frontends/controllers/Makefile.am: SOURCEFILES = \ Dialog.cpp \ Dialog.cpp \ [...] Don't know why, disabling shared, linking goes through, instead. T. Tommaso Cucinotta ha scritto: Hi all, when compiling with --enable-shared (that would seem a good switch