Bennett Helm <[EMAIL PROTECTED]> writes: > I decided to try playing around with settings to see if I could get things > to work for me. It turns out that the culprit for me was -- > without-aiksaurus: leaving everything else in my configure line the > same but removing that option (and opting for a static build) enables > me to configure without any warnings, and compilation succeeds (with > a working LyX.app),
This is very, very strange. Hmm, if I look closer at the config.log file, I find CXXCPP='' which means that the g++ preprocessor has been set to empty. [...] I think I know now why this happens. Could you try the following patch? > > cc1plus: warning: ././pch.h.gch: not used because `PIC' not defined > > (Does that mean I *should* disable pch, as Jean-Marc does?) Not sure. I do it because I do not see the gain. JMarc
svndiff config Index: config/lyxinclude.m4 =================================================================== --- config/lyxinclude.m4 (révision 19616) +++ config/lyxinclude.m4 (copie de travail) @@ -156,6 +156,7 @@ fi AC_MSG_RESULT($CXX) AC_PROG_CXX +AC_PROG_CXXCPP ### We might want to get or shut warnings. AC_ARG_ENABLE(warnings,