[odb-users] odb build error: g++ does not support plugins

Boris Kolpackov boris at codesynthesis.com
Tue Jul 30 09:37:59 EDT 2019


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



More information about the odb-users mailing list