I'm trying to compile simple c++ file and keep getting this problem
/usr/include/c++/8/iostream:38:10: fatal error: bits/c++config.h: No such file or directory
I also found c++config.h
file here: /usr/include/c++/8/i686-redhat-linux/bits/c++config.h
I've found a solution for Ubuntu with installing gcc-multilib
but this does not work for fedora (Error: Unable to find a match). I probably have g++ installed with gcc-c++.