Hello, I'm using GNU GCC compiler 3.4.4 and I have 2 questions: 1. How to enable inline functions? (I used -finline-functions but it for all suitable functions and not for those declared as inline ?) 2. How to turn trigraph conversion off? (not turning the warning off - but the conversion) Thanks, Itay