Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| The code in configure.in says:
| 
|       2.95.1)  CXXFLAGS="-g $lyx_opt -fpermissive -fno-rtti -fno-exceptions";;
|       2.95.*)  CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
| 
| Does someody know why -fpermissive is not added for gcc 2.95.2?

2.95.1 is more strict thatn 2.95.2, f.ex 2.95.1 will flag an error if
void main() {} is used.

        Lgb

Reply via email to