I am trying to build and install odb runtime libraries using instructions from this http://www.codesynthesis.com/products/odb/doc/install-mingw.xhtml
While running configure for odb runtime I encountered the following error:
checking dynamic linker characteristics... no checking how to hardcode library paths into programs... immediate configure: creating ./config.lt config.lt: creating libtool checking for GCC plugin headers... no configure: error: GCC plugin headers not found; consider installing GCC plugin development package
I operating system is win 7 64bit, I am using Msys2 with pacman manager. I attempted to install gcc headers using
pacman -S gcc-plugin-devel
but recieved an error stating that pacman did not find this package.
Question. How do u install gcc plugin headers using pacman?