G G <gregs_ymb at yahoo.com> writes: > By the way, how do you determine that the compiler supports plugins? Your can run: $ g++ -print-file-name=plugin If the result is a directory (instead of a word 'plugin'), then GCC supports plugins. For example: $ g++ -print-file-name=plugin /usr/lib/gcc/x86_64-linux-gnu/5/plugin