On Sat, Jul 29, 2000 at 09:43:28AM +0300, Baruch Even wrote:
> Hello,
> 
> I tried to compile lyx with the following procedure:
> (tcsh shell)
> setenv CXXFLAGS '-f -O2 -fno-rtti -fno-exceptions'
> ./configure --with-warnings --enable-assertions --with-included-string
> make clean all
> 
> I tried it with both included string and non-included string (mainly to
> see the differences after optimizations). However the c++ flags are
> different for the sigc++ part and when I do this the compile will stop on
> marshal.cc, it seems like this procedure adds also some sanity flags that
> are normally not used for sigc++, specifically the culprit is -ansi.
> 
> Most probably some evil configure magic at work.
> 
> Baruch

Yeah, I had this problem with egcs-1.1.2 and had to compile using
``configure --without-warnings'' until I upgraded to gcc-2.95.

                        ---Kayvan
-- 
Kayvan A. Sylvan                   | Proud husband of      | Father to my kids:
Sylvan Associates, Inc.            | Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory

Reply via email to